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

Sample Text
This is how text may look on this color.
Best text color: #000000
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

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #0095B6 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Bondi Blue
#0095B6 Base
#B62100
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Bondi Blue
#0095B6 Base
#00B67C
#003AB6
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Bondi Blue
#0095B6 Base
#B60095
#95B600
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Bondi Blue
#0095B6 Base
#B6003A
#B67C00
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Bondi Blue
#0095B6 Base
#7C00B6
#B62100
#3AB600
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Bondi Blue
#0095B6 Base
#00181D
#00566A
#00748D
#00B6DF
#04D1FF
#50DFFF
Shades & Tints

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
Bondi Blue #0095B6 Base
#00C7F3
#30D9FF
#6CE4FF
#A9EFFF
#E6FAFF
CSS & SCSS Snippets

Ready-to-use code snippets for #0095B6. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #0095B6;
}

/* Text */
.element {
    color: #0095B6;
}

/* Border */
.element {
    border: 1px solid #0095B6;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #0095B6,
        #FF876D
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #0095B6,
        #FF876D
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Bondi Blue appears to people with different types of color vision deficiency.

Normal Vision #0095B6 How the color appears with full color vision.
Deuteranopia #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.
Protanopia #8D8DB6 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #009A9A Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #898989 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Bondi Blue ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Bondi Blue #0095B6 Base
Blue Green #0D98BA ΔE 1.11
Blue (Munsell) #0093AF ΔE 1.82
Pacific Blue #1CA9C9 ΔE 6.33
Ball Blue #21ABCD ΔE 6.92

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.