Blue Green (#0D98BA)

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.38:1 — vs black: 6.22:1

Color values

  • HEX #0D98BA
  • RGB rgb(13, 152, 186)
  • HSL hsl(191, 86%, 39%)
  • CMYK cmyk( 93, 18, 0, 27 )
  • Websafe #0099CC

Tags

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

Color Harmonies

Colors that pair well with #0D98BA based on color theory relationships.

Complementary

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

Blue Green
#0D98BA Base
#BA2F0D
Analogous

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

Blue Green
#0D98BA Base
#0DBA85
#0D41BA
Triadic

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

Blue Green
#0D98BA Base
#BA0D98
#98BA0D
Split-Complementary

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

Blue Green
#0D98BA Base
#BA0D41
#BA850D
Tetradic (Square)

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

Blue Green
#0D98BA Base
#850DBA
#BA2F0D
#41BA0D
Monochromatic

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

Blue Green
#0D98BA Base
#03232B
#085E72
#0A7994
#10B7E0
#24C8F0
#6BDAF5
Shades & Tints

Darker shades and lighter tints of Blue Green, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#021318
#042E38
#064859
#086379
#0B7E9A
Blue Green #0D98BA Base
#12C3EE
#47D1F2
#7CDEF6
#B2EBFA
#E7F9FD
CSS & SCSS Snippets

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

CSS Properties
/* Background */
.element {
    background-color: #0D98BA;
}

/* Text */
.element {
    color: #0D98BA;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #0D98BA,
        #BA2F0D
    );
}
SCSS Variable
// SCSS variable
$blue-green: #0D98BA;

// With RGB channels (useful for rgba() usage)
$blue-green-r: 13;
$blue-green-g: 152;
$blue-green-b: 186;

// Usage
.element {
    background-color: $blue-green;
    color: rgba($blue-green-r, $blue-green-g, $blue-green-b, 0.8);
}
Color Blindness Simulation

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

Normal Vision #0D98BA How the color appears with full color vision.
Deuteranopia #8282BB 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 #9090BA Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #009D9D Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #8C8C8C 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 Blue Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Blue Green #0D98BA Base
Bondi Blue #0095B6 ΔE 1.11
Blue (Munsell) #0093AF ΔE 2.69
Pacific Blue #1CA9C9 ΔE 5.37
Ball Blue #21ABCD ΔE 5.90

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.