Azureish White (#DBE9F4)

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: 1.24:1 — vs black: 16.97:1

Color values

  • HEX #DBE9F4
  • RGB rgb(219, 233, 244)
  • HSL hsl(206, 10%, 95%)
  • CMYK cmyk( 10.25, 4.51, 0, 4.31 )

Tags

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

Color Harmonies

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

Complementary

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

Azureish White
#DBE9F4 Base
#F4E6DB
Analogous

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

Azureish White
#DBE9F4 Base
#DBF4F2
#DBDCF4
Triadic

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

Azureish White
#DBE9F4 Base
#F4DBE9
#E9F4DB
Split-Complementary

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

Azureish White
#DBE9F4 Base
#F4DBDC
#F4F2DB
Tetradic (Square)

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

Azureish White
#DBE9F4 Base
#F2DBF4
#F4E6DB
#DCF4DB
Monochromatic

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

Azureish White
#DBE9F4 Base
#66A1D0
#A0C5E2
#BCD6EA
#EBF3F9
Shades & Tints

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

Shades (darker)

#060E14
#1A3C57
#2F6B9A
#5597CB
#98C0E0
Azureish White #DBE9F4 Base
#DEEBF5
#E2EDF6
#E5EFF7
#E8F1F8
#EBF3F9
CSS & SCSS Snippets

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

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

/* Text */
.element {
    color: #DBE9F4;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #DBE9F4,
        #F5F4F3
    );
}
SCSS Variable
// SCSS variable
$azureish-white: #DBE9F4;

// With RGB channels (useful for rgba() usage)
$azureish-white-r: 219;
$azureish-white-g: 233;
$azureish-white-b: 244;

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

How Azureish White appears to people with different types of color vision deficiency.

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

Azureish White #DBE9F4 Base
Alice Blue #F0F8FF ΔE 4.16
Columbia Blue #C4D8E2 ΔE 4.81
Pale Aqua #BCD4E6 ΔE 6.23
Munsell #F2F3F4 ΔE 6.59

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.