Bondi Blue (#0095B6)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.51:1 — vs black: 5.97:1
Color values
-
HEX
#0095B6 -
RGB
rgb(0, 149, 182) -
HSL
hsl(190, 100%, 71%) -
CMYK
cmyk( 100, 18.13, 0, 28.63 ) -
Websafe
#0099CC
Tags
Mood
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #0095B6 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#0095B6
Base
#B62100
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#0095B6
Base
#00B67C
#003AB6
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#0095B6
Base
#B60095
#95B600
Two colors flanking the complement — high contrast with less tension than full complementary.
#0095B6
Base
#B6003A
#B67C00
Four colors at 90° intervals — rich variety, best when one color dominates.
#0095B6
Base
#7C00B6
#B62100
#3AB600
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#0095B6
Base
#00181D
#00566A
#00748D
#00B6DF
#04D1FF
#50DFFF
Darker shades and lighter tints of Bondi Blue, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#00151A
#002F39
#004858
#006277
#007B97
#0095B6
Base
#00C7F3
#30D9FF
#6CE4FF
#A9EFFF
#E6FAFF
Ready-to-use code snippets for #0095B6. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #0095B6;
}
/* Text */
.element {
color: #0095B6;
}
/* Border */
.element {
border: 1px solid #0095B6;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#0095B6,
#FF876D
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#0095B6,
#FF876D
);
}
// SCSS variable
$bondi-blue: #0095B6;
// With RGB channels (useful for rgba() usage)
$bondi-blue-r: 0;
$bondi-blue-g: 149;
$bondi-blue-b: 182;
// Usage
.element {
background-color: $bondi-blue;
color: rgba($bondi-blue-r, $bondi-blue-g, $bondi-blue-b, 0.8);
}
How Bondi Blue appears to people with different types of color vision deficiency.
#0095B6
How the color appears with full color vision.
#7F7FB7
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#8D8DB6
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#009A9A
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#898989
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.