#dad2fc
a pale, electric blue · cool · closest name: Lavender
Token name suggestion: Whisper Denim
#dad2fc is a pale electric blue, 251° on the wheel and 77/100 on the cool side. Put black text on it (14.61:1). As text it scores 1.44:1 on white — use #785BF4 instead. Nearest name is Lavender, nearest Tailwind family is blue.
At a glance
Every number on this page in one read: what #dad2fc is made of, how bright it looks, and which way it leans.
Left edge is grey, right edge is full chroma; top is white, bottom is black. The dot is #dad2fc.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Green carries most of what the eye calls brightness — that is why WCAG weights it 0.7152.
Every format
| HEX | #dad2fc |
| HEX (8-digit) | #dad2fcff |
| RGB | rgb(218, 210, 252) |
| RGBA | rgba(218, 210, 252, 1) |
| HSL | hsl(251, 88%, 91%) |
| HSV / HSB | hsv(251, 17%, 99%) |
| HWB | hwb(251 82% 1%) |
| CMYK | cmyk(14%, 17%, 0%, 1%) |
| LAB | lab(86.0 10.8 -19.5) |
| LCH | lch(86.0 22.3 298.9) |
| OKLCH | oklch(0.883 0.058 293.9) |
| XYZ (D65) | xyz(69.53, 68.03, 101.54) |
| Decimal | 14340860 |
| Display P3 | color(display-p3 0.855 0.824 0.988) |
| Web-safe | #CCCCFF |
Copy-ready code
/* CSS */
color: #dad2fc;
background-color: #dad2fc;
/* CSS custom property */
--brand: #dad2fc;
/* Tailwind (arbitrary) */
class="text-[#dad2fc] bg-[#dad2fc]"
/* SCSS */
$brand: #dad2fc;
/* SwiftUI */
Color(red: 0.855, green: 0.824, blue: 0.988)
/* UIKit */
UIColor(red: 0.855, green: 0.824, blue: 0.988, alpha: 1)
/* Android XML */
<color name="brand">#DAD2FC</color>
/* Android Compose */
Color(0xFFDAD2FC)
/* Flutter */
Color(0xFFDAD2FC)
/* Python / OpenCV (BGR) */
(252, 210, 218)
/* Python / PIL (RGB) */
(218, 210, 252)
/* Java AWT */
new Color(218, 210, 252)
/* .NET */
Color.FromArgb(255, 218, 210, 252)
/* OpenGL / Unity (0–1) */
(0.8549f, 0.8235f, 0.9882f, 1f)
/* LaTeX */
\definecolor{brand}{RGB}{218,210,252}/* mix without leaving CSS */ background: color-mix(in oklab, #dad2fc 85%, white); border-color: color-mix(in oklab, #dad2fc 40%, transparent); /* theme-aware in one line */ color: light-dark(#1D0878, #D8D3EE); /* relative colour syntax */ --hover: hsl(from #dad2fc h s calc(l - 7));
Design tokens
The same ramp in the four formats a team actually needs. Paste one and the whole palette lands with it.
:root {
--brand-50: #F4F2FD;
--brand-100: #dad2fc;
--brand-200: #CEC4F8;
--brand-300: #A896F8;
--brand-400: #7D61F4;
--brand-500: #522DF1;
--brand-600: #380FE5;
--brand-700: #2F0DBF;
--brand-800: #250A99;
--brand-900: #1F0C6E;
--brand-950: #130745;
--brand: #dad2fc;
--brand-ink: #000000;
--brand-surface: #F5F4FA;
--brand-border: #C8C0ED;
--brand-hover: #BEB1FA;
--brand-pressed: #A38FF8;
}
@media (prefers-color-scheme: dark) {
:root {
--brand-surface: #171424;
--brand-ink: #D8D3EE;
}
}theme: {
extend: {
colors: {
brand: {
50: '#F4F2FD',
100: '#dad2fc',
200: '#CEC4F8',
300: '#A896F8',
400: '#7D61F4',
500: '#522DF1',
600: '#380FE5',
700: '#2F0DBF',
800: '#250A99',
900: '#1F0C6E',
950: '#130745',
DEFAULT: '#dad2fc',
},
},
},
}$brand: (
'50': #F4F2FD,
'100': #dad2fc,
'200': #CEC4F8,
'300': #A896F8,
'400': #7D61F4,
'500': #522DF1,
'600': #380FE5,
'700': #2F0DBF,
'800': #250A99,
'900': #1F0C6E,
'950': #130745,
);
$brand-base: #dad2fc;
$brand-ink: #000000;
@function brand($step) { @return map-get($brand, $step); }{
"color": {
"brand": {
"50": { "$value": "#F4F2FD", "$type": "color" },
"100": { "$value": "#dad2fc", "$type": "color" },
"200": { "$value": "#CEC4F8", "$type": "color" },
"300": { "$value": "#A896F8", "$type": "color" },
"400": { "$value": "#7D61F4", "$type": "color" },
"500": { "$value": "#522DF1", "$type": "color" },
"600": { "$value": "#380FE5", "$type": "color" },
"700": { "$value": "#2F0DBF", "$type": "color" },
"800": { "$value": "#250A99", "$type": "color" },
"900": { "$value": "#1F0C6E", "$type": "color" },
"950": { "$value": "#130745", "$type": "color" }
},
"brandInk": { "$value": "#000000", "$type": "color" }
}
}Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Make it accessible
A contrast checker tells you that you failed. This tells you what to ship instead — same hue, same saturation, lightness moved only as far as WCAG demands.
Large text — 24px regular or 18.66px bold and above — only needs 3:1, so #9781F7 is enough for headings on white. Non-text elements such as icons, chart strokes and focus rings also sit at 3:1 under WCAG 2.2 (1.4.11).
Accessibility — WCAG contrast
Contrast is symmetric, so each row covers both directions: #dad2fc as text on that neutral, and that neutral as text on #dad2fc.
| Neutral | Ratio | Verdict | Both directions |
|---|---|---|---|
| White#ffffff | 1.44:1 | AAAA lgAAA | AaAa |
| Slate 50#f8fafc | 1.37:1 | AAAA lgAAA | AaAa |
| Slate 100#f1f5f9 | 1.31:1 | AAAA lgAAA | AaAa |
| Slate 200#e2e8f0 | 1.17:1 | AAAA lgAAA | AaAa |
| Slate 300#cbd5e1 | 1.03:1 | AAAA lgAAA | AaAa |
| Slate 400#94a3b8 | 1.78:1 | AAAA lgAAA | AaAa |
| Slate 500#64748b | 3.31:1 | AAAA lgAAA | AaAa |
| Slate 600#475569 | 5.27:1 | AAAA lgAAA | AaAa |
| Slate 700#334155 | 7.20:1 | AAAA lgAAA | AaAa |
| Slate 800#1e293b | 10.17:1 | AAAA lgAAA | AaAa |
| Slate 900#0f172a | 12.42:1 | AAAA lgAAA | AaAa |
| Black#000000 | 14.61:1 | AAAA lgAAA | AaAa |
Roughly one man in twelve has some form of colour vision deficiency. If any of the three panels above is hard to tell apart from a neighbouring colour in your palette, add a shape, an icon or a label so the meaning does not rest on hue alone.
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #dad2fc 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.
The same eleven steps expressed in OKLCH, where equal lightness numbers actually look equally spaced. HSL ramps go muddy in the yellows and washed out in the blues; this one does not. Modern browsers render it natively — the hex ramp above is the fallback.
:root {
--brand-50: oklch(0.97 0.014 293.9);
--brand-100: oklch(0.94 0.023 293.9);
--brand-200: oklch(0.88 0.035 293.9);
--brand-300: oklch(0.80 0.045 293.9);
--brand-400: oklch(0.72 0.053 293.9);
--brand-500: oklch(0.64 0.058 293.9);
--brand-600: oklch(0.56 0.058 293.9);
--brand-700: oklch(0.48 0.054 293.9);
--brand-800: oklch(0.40 0.049 293.9);
--brand-900: oklch(0.32 0.041 293.9);
--brand-950: oklch(0.24 0.032 293.9);
}Colors that work with #dad2fc
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
In real components
The same eight roles, wired into the interface patterns you will actually build with them. Every state below is a computed value, not a mock-up.
Focus ring uses the light variant so the field still reads as one shape.
The file stays available for seven days. Download it before it expires.
How to use #dad2fc
Derived from its contrast, chroma and lightness — not from taste.
- ✓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
- ⚠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
Meaning and mood
What a colour in this family tends to signal, and how this particular chroma and lightness change the reading.
The default of institutions for a reason: blue is read as stable and safe across nearly every culture that has been surveyed.
At this chroma the association is amplified — it will dominate anything placed beside it, so give it space and use it sparingly. The high lightness makes it recede — a surface colour rather than a statement.
It is also the most crowded hue on the web. Distinctiveness has to come from your other choices.
- FormalityLow
- EnergyHigh
- Weight9/100
- TemperatureCool
- ApproachabilityReserved
Colour associations are cultural and vary by market. Treat these as a starting point for a conversation with your audience, not a finding about them.
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 | #F4FCD2 | Directly opposite — maximum tension | |
| Analogous left | #D2DFFC | Neighbour, quieter | |
| Analogous right | #EFD2FC | Neighbour, quieter | |
| Split-complement 1 | #FCEFD2 | Contrast without the clash | |
| Split-complement 2 | #DFFCD2 | Contrast without the clash | |
| Triadic 1 | #FCDAD2 | Even thirds — balanced and loud | |
| Triadic 2 | #D2FCDA | Even thirds — balanced and loud | |
| Tetradic | #FCD2DF | Fourth corner of the square scheme |
#dad2fc sits at 251°. Every dot is a harmony position and links to its own page in the table alongside.
RGB percentages
CMYK percentages
Total ink coverage is 31%. Most commercial presses cap around 300% — above that, sheets stop drying properly.
Color previews
#dad2fc text on a black background
contrast 14.61:1
#dad2fc text on a white background
contrast 1.44:1
#dad2fc on grey
1.31:1
#dad2fc on its own surface
1.31:1
#dad2fc on its dark surface
12.57:1
CSS3 live lab
The quick brown fox
color: #dad2fc;
background-color: #dad2fc;
Glowing headline
text-shadow: 2px 2px 8px #dad2fc;
Soft neon halo
text-shadow: 0 0 14px rgba(218, 210, 252, 0.45);
box-shadow: 0 12px 32px -8px rgba(218, 210, 252, 0.45);
border: 3px solid #dad2fc; background: linear-gradient(135deg, #dad2fc, #F6D2FC);
Gradient headline
background: linear-gradient(90deg, #dad2fc, #FCD2F8); -webkit-background-clip: text; color: transparent;
outline: 2px solid #dad2fc; outline-offset: 3px;
Marked up text
text-decoration-color: #dad2fc; caret-color: #dad2fc;
border-left: 4px solid #dad2fc;
background: #EBE7FD; box-shadow: inset 0 0 0 2px #dad2fc;
background: conic-gradient(#dad2fc 68%, #e2e8f0 0);
Transparency
What each alpha value actually composites to. The top row is #dad2fc over white; the bottom row is the same alpha over a checkerboard, so you can see what survives on a photo or a video.
Bottom row of hexes is the flattened result over white — use those when a design tool refuses transparency, or when you need a solid fallback.
rgba(218, 210, 252, 0.5) rgb(218 210 252 / 50%) #dad2fc80 hsl(251 88% 91% / 50%) color-mix(in srgb, #dad2fc 50%, transparent)
| Alpha | 8-digit hex | Flat on white |
|---|---|---|
| 10% | #dad2fc1a | #FBFBFF |
| 20% | #dad2fc33 | #F8F6FE |
| 40% | #dad2fc66 | #F0EDFE |
| 60% | #dad2fc99 | #E9E4FD |
| 80% | #dad2fccc | #E1DBFD |
Gradients from #dad2fc
Six recipes, each built from this hex and shown with the exact CSS that produced it.
background: linear-gradient(135deg, #EFECFE, #dad2fc 45%, #1D0878);
background: linear-gradient(120deg, #dad2fc, #F6B5FA);
background: linear-gradient(90deg, #dad2fc, #F4FCD2);
background: radial-gradient(120% 120% at 20% 0%, #F3F1FE 0%, #dad2fc 45%, #1D0878 100%);
background: linear-gradient(180deg, #F5F4FA, #ffffff);
background: radial-gradient(60% 60% at 15% 20%, #FFFFFF 0%, transparent 60%), radial-gradient(55% 55% at 85% 15%, #FAEFFE 0%, transparent 60%), radial-gradient(70% 70% at 50% 95%, #1D0878 0%, transparent 65%), #dad2fc;
Monochromatic scale
Palettes built from #dad2fc
Shades — darker
Tints — lighter
Tones — desaturated
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.
Closest color with a full write-up: Periwinkle (#ccccff) — ΔE2000 4.1 away, with its history, psychology and brand usage.
#dad2fc in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
Holds up across typical panel gamma. Still worth checking on an uncalibrated laptop, where mid-tones shift most.
Usable as-is on a dark surface at 14.61:1.
Explore nearby colors
Small, deliberate steps away from this hex — useful when you are hunting for the version of a colour that finally feels right.
#dad2fc, answered
What color is #dad2fc?
#dad2fc is a pale electric blue, closest to Lavender (ΔE2000 8.6). It sits at 251° on the hue wheel with 88% saturation and 91% lightness, which reads as cool.
What is the RGB value of #dad2fc?
rgb(218, 210, 252) — 218 red, 210 green and 252 blue out of 255, or 85.5% / 82.4% / 98.8% by channel.
What is #dad2fc in HSL and HSV?
hsl(251, 88%, 91%) and hsv(251, 17%, 99%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #dad2fc a light or a dark color?
It is a light color. Relative luminance is 0.6803 and perceived brightness is 85%, so black text on it reaches 14.61:1.
Should I use black or white text on #dad2fc?
Black. It scores 14.61:1 against #dad2fc, versus 1.44:1 for white — AAA at any size.
Is #dad2fc accessible on a white background?
#dad2fc on white scores 1.44:1, which fails WCAG AA at every size. Darken it to #785BF4 to reach 4.5:1, or #502BF1 for 7:1.
What is the complementary color of #dad2fc?
#F4FCD2 sits directly opposite on the wheel. Softer options are the split-complements #FCEFD2 and #DFFCD2, which give the same contrast with far less vibration.
What colors go well with #dad2fc?
For interface work: #F5F4FA as the surface, #C8C0ED for borders, #5A4B9B for secondary text, #C4B708 as an accent and #1D0878 for hover and pressed states. For a palette, the analogous pair #D2DFFC and #EFD2FC stays calm, while #F4FCD2 is the loudest partner.
What is #dad2fc in CMYK for printing?
cmyk(14%, 17%, 0%, 1%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #dad2fc warm or cool?
Cool — it scores 77 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E9D2FC; nudged cooler, #D2D9FC.
Which Tailwind color is closest to #dad2fc?
The blue family — its 500 step is #3b82f6, ΔE2000 30.8 away. That is a visible difference, so define #dad2fc as a custom token rather than reaching for the built-in.
How do I use #dad2fc in Tailwind CSS?
Inline it as an arbitrary value with bg-[#dad2fc] or text-[#dad2fc], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #dad2fc with 50% opacity?
rgba(218, 210, 252, 0.5), or #dad2fc80 in eight-digit hex. Over white that composites to #EDE9FE; over black, #6D697E.
Is #dad2fc a web-safe color?
No. The nearest web-safe colour is #CCCCFF, ΔE2000 4.1 away. The palette only matters for legacy displays and some email clients now.
What does the color #dad2fc mean?
As a blue, it reads trusted, calm, competent. The default of institutions for a reason: blue is read as stable and safe across nearly every culture that has been surveyed. At this chroma the effect is amplified — it will dominate whatever sits beside it.
What gradient works with #dad2fc?
The safest is same-hue elevation: linear-gradient(135deg, #EFECFE, #dad2fc 45%, #1D0878). For more colour, a short hue run to #F6B5FA keeps it rich without turning muddy.
Work with #dad2fc in the Color Lab
Every tool opens with this colour already loaded.
Every value on this page is computed from #dad2fc at request time — conversions, contrast ratios and ΔE distances are calculated, never looked up.