Skip to content

#dbdcf3

a pale, vivid blue · cool · closest name: Lavender

RGB
219, 220, 243
HSL
238°, 50%, 91%
CMYK
10, 10, 0, 5
Luminance
0.7272

At a glance

Every number on this page in one read: what #dbdcf3 is made of, how bright it looks, and which way it leans.

Hex
#dbdcf3
Hue
238°
blue
Saturation
50%
vivid
Lightness
91%
pale
Brightness
95%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7272
WCAG relative
Temperature
Cool
85/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
15.54:1
Closest name
Lavender
ΔE2000 2.5
Where it sits
Hue238° of 360°
Saturation50%
Lightness91%
Temperature
Warm ← → Cool85% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#dbdcf3
RGBrgb(219, 220, 243)
HSLhsl(238, 50%, 91%)
CMYKcmyk(10%, 10%, 0%, 5%)
LABlab(88.3 4.0 -11.3)
LCHlch(88.3 12.0 289.5)
OKLCHoklch(0.901 0.031 283.8)
Decimal14408947
Display P3color(display-p3 0.859 0.863 0.953)

Copy-ready code

/* CSS */
color: #dbdcf3;
background-color: #dbdcf3;
/* Tailwind (arbitrary) */
class="text-[#dbdcf3] bg-[#dbdcf3]"
/* SCSS */
$brand: #dbdcf3;
/* SwiftUI */
Color(red: 0.859, green: 0.863, blue: 0.953)
/* Android */
Color.parseColor("#dbdcf3")
/* Flutter */
Color(0xFFDBDCF3)
/* Python / OpenCV (BGR) */
(243, 220, 219)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #dbdcf3 · 15.54:1
Use #000000AAA at every size.
Aa
White text · 1.35:1
AA fail · AA large fail · AAA fail
Aa
Black text · 15.54:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #dbdcf3 as text scores 1.35:1 on white and 15.54:1 on black.

Accessibility — WCAG contrast

Aa
#dbdcf3 on white: 1.35:1
AA ✗ fail · AA-large · AAA
Aa
#dbdcf3 on black: 15.54:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D7DEF4
deuteranopia · #D6DDF2
tritanopia · #D6E0E3

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #dbdcf3 is pinned to step 100; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F4F5FA
#dbdcf3
#CFD0EC
#ABADE3
#8184D5
#575BC7
#3D42B8
#333799
#292C7A
#212359
#151638
Base = 100Lightest = 50 · #F4F5FADarkest = 950 · #151638
:root {
  --brand-50: #F4F5FA;
  --brand-100: #dbdcf3;
  --brand-200: #CFD0EC;
  --brand-300: #ABADE3;
  --brand-400: #8184D5;
  --brand-500: #575BC7;
  --brand-600: #3D42B8;
  --brand-700: #333799;
  --brand-800: #292C7A;
  --brand-900: #212359;
  --brand-950: #151638;
  --brand: #dbdcf3;
  --brand-ink: #000000;
}

Colors that work with #dbdcf3

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F4F5FA
Tinted page background
Border#C2C3EB
Hairlines and dividers
Muted text#4B4E9B
Captions on the surface
Accent#9D7B2F
Second voice, not a rival
Dark variant#202360
Hover, pressed, headers
Light variant#ECECF9
Selected rows, tints
Dark surface#141424
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #dbdcf3

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#F3F2DB
Analogous left#DBE8F3
Analogous right#E6DBF3
Split-complement 1#F3E6DB
Split-complement 2#E8F3DB
Triadic 1#F3DBDC
Triadic 2#DCF3DB
Tetradic#F3DBE8

RGB percentages

Red85.9%
Green86.3%
Blue95.3%

CMYK percentages

Cyan9.9%
Magenta9.5%
Yellow0.0%
Key (black)4.7%

Color previews

#dbdcf3 text on a black background

contrast 15.54:1

Card sample

#dbdcf3 text on a white background

contrast 1.35:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #dbdcf3;
Background color
Panel with #dbdcf3 background
background-color: #dbdcf3;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #dbdcf3;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(219, 220, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 220, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbdcf3;
background: linear-gradient(135deg, #dbdcf3, #EADBF3);

Monochromatic scale

Palettes built from #dbdcf3

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#dbdcf3 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyFinanceHealthcareEnterprise SaaS
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#dbdcf3, answered

What color is #dbdcf3?

#dbdcf3 is a pale vivid blue, closest to Lavender (ΔE2000 2.5). It sits at 238° on the hue wheel with 50% saturation and 91% lightness, which reads as cool.

What is the RGB value of #dbdcf3?

rgb(219, 220, 243) — 219 red, 220 green and 243 blue out of 255, or 85.9% / 86.3% / 95.3% by channel.

Is #dbdcf3 a light or a dark color?

It is a light color. Relative luminance is 0.7272 and perceived brightness is 87%, so black text on it reaches 15.54:1.

Should I use black or white text on #dbdcf3?

Black. It scores 15.54:1 against #dbdcf3, versus 1.35:1 for white — AAA at any size.

What is the complementary color of #dbdcf3?

#F3F2DB sits directly opposite on the wheel. Softer options are the split-complements #F3E6DB and #E8F3DB, which give the same contrast with far less vibration.

What colors go well with #dbdcf3?

For interface work: #F4F5FA as the surface, #C2C3EB for borders, #4B4E9B for secondary text, #9D7B2F as an accent and #202360 for hover and pressed states. For a palette, the analogous pair #DBE8F3 and #E6DBF3 stays calm, while #F3F2DB is the loudest partner.

What is #dbdcf3 in CMYK for printing?

cmyk(10%, 10%, 0%, 5%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #dbdcf3 warm or cool?

Cool — it scores 85 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E3DBF3; nudged cooler, #DBE5F3.

Work with #dbdcf3 in the Color Lab