Skip to content

#d7d3f7

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

RGB
215, 211, 247
HSL
247°, 69%, 90%
CMYK
13, 15, 0, 3
Luminance
0.6775

At a glance

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

Hex
#d7d3f7
Hue
247°
blue
Saturation
69%
vivid
Lightness
90%
pale
Brightness
97%
HSV value
Perceived
85%
weighted brightness
Luminance
0.6775
WCAG relative
Temperature
Cool
80/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
14.55:1
Closest name
Lavender
ΔE2000 6.9
Where it sits
Hue247° of 360°
Saturation69%
Lightness90%
Temperature
Warm ← → Cool80% 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#d7d3f7
RGBrgb(215, 211, 247)
HSLhsl(247, 69%, 90%)
CMYKcmyk(13%, 15%, 0%, 3%)
LABlab(85.9 8.3 -17.1)
LCHlch(85.9 19.0 295.8)
OKLCHoklch(0.881 0.049 290.4)
Decimal14144503
Display P3color(display-p3 0.843 0.827 0.969)

Copy-ready code

/* CSS */
color: #d7d3f7;
background-color: #d7d3f7;
/* Tailwind (arbitrary) */
class="text-[#d7d3f7] bg-[#d7d3f7]"
/* SCSS */
$brand: #d7d3f7;
/* SwiftUI */
Color(red: 0.843, green: 0.827, blue: 0.969)
/* Android */
Color.parseColor("#d7d3f7")
/* Flutter */
Color(0xFFD7D3F7)
/* Python / OpenCV (BGR) */
(247, 211, 215)

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 #d7d3f7 · 14.55:1
Use #000000AAA at every size.
Aa
White text · 1.44:1
AA fail · AA large fail · AAA fail
Aa
Black text · 14.55:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #d7d3f7 as text scores 1.44:1 on white and 14.55:1 on black.

Accessibility — WCAG contrast

Aa
#d7d3f7 on white: 1.44:1
AA ✗ fail · AA-large · AAA
Aa
#d7d3f7 on black: 14.55:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CBD7F9
deuteranopia · #CBD6F6
tritanopia · #D1D9DF

Color scale — 50 to 950

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

#F4F3FB
#E9E7F8
#d7d3f7
#A9A0EE
#7E71E5
#5241DC
#3926CF
#2F1FAD
#26198A
#1F1664
#130E3F
Base = 200Lightest = 50 · #F4F3FBDarkest = 950 · #130E3F
:root {
  --brand-50: #F4F3FB;
  --brand-100: #E9E7F8;
  --brand-200: #d7d3f7;
  --brand-300: #A9A0EE;
  --brand-400: #7E71E5;
  --brand-500: #5241DC;
  --brand-600: #3926CF;
  --brand-700: #2F1FAD;
  --brand-800: #26198A;
  --brand-900: #1F1664;
  --brand-950: #130E3F;
  --brand: #d7d3f7;
  --brand-ink: #000000;
}

Colors that work with #d7d3f7

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#F5F4FA
Tinted page background
Border#C5C0ED
Hairlines and dividers
Muted text#544B9B
Captions on the surface
Accent#B19D1B
Second voice, not a rival
Dark variant#1D146C
Hover, pressed, headers
Light variant#EBE9FB
Selected rows, tints
Dark surface#161424
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 #d7d3f7

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#F3F7D3
Analogous left#D3E1F7
Analogous right#E9D3F7
Split-complement 1#F7E9D3
Split-complement 2#E1F7D3
Triadic 1#F7D7D3
Triadic 2#D3F7D7
Tetradic#F7D3E1

RGB percentages

Red84.3%
Green82.7%
Blue96.9%

CMYK percentages

Cyan13.0%
Magenta14.6%
Yellow0.0%
Key (black)3.1%

Color previews

#d7d3f7 text on a black background

contrast 14.55:1

Card sample

#d7d3f7 text on a white background

contrast 1.44:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(215, 211, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 211, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7d3f7;
background: linear-gradient(135deg, #d7d3f7, #EFD3F7);

Monochromatic scale

Palettes built from #d7d3f7

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.

#d7d3f7 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.

#d7d3f7, answered

What color is #d7d3f7?

#d7d3f7 is a pale vivid blue, closest to Lavender (ΔE2000 6.9). It sits at 247° on the hue wheel with 69% saturation and 90% lightness, which reads as cool.

What is the RGB value of #d7d3f7?

rgb(215, 211, 247) — 215 red, 211 green and 247 blue out of 255, or 84.3% / 82.7% / 96.9% by channel.

Is #d7d3f7 a light or a dark color?

It is a light color. Relative luminance is 0.6775 and perceived brightness is 85%, so black text on it reaches 14.55:1.

Should I use black or white text on #d7d3f7?

Black. It scores 14.55:1 against #d7d3f7, versus 1.44:1 for white — AAA at any size.

What is the complementary color of #d7d3f7?

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

What colors go well with #d7d3f7?

For interface work: #F5F4FA as the surface, #C5C0ED for borders, #544B9B for secondary text, #B19D1B as an accent and #1D146C for hover and pressed states. For a palette, the analogous pair #D3E1F7 and #E9D3F7 stays calm, while #F3F7D3 is the loudest partner.

What is #d7d3f7 in CMYK for printing?

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

Is #d7d3f7 warm or cool?

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

Work with #d7d3f7 in the Color Lab