Skip to content

#dac9f8

a pale, electric violet · cool · closest name: Thistle

RGB
218, 201, 248
HSL
262°, 77%, 88%
CMYK
12, 19, 0, 3
Luminance
0.6346

At a glance

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

Hex
#dac9f8
Hue
262°
violet
Saturation
77%
electric
Lightness
88%
pale
Brightness
97%
HSV value
Perceived
83%
weighted brightness
Luminance
0.6346
WCAG relative
Temperature
Cool
71/100 cool
Color family
Violet
Tone
Electric
Best ink
Black
13.69:1
Closest name
Thistle
ΔE2000 7.6
Where it sits
Hue262° of 360°
Saturation77%
Lightness88%
Temperature
Warm ← → Cool71% 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#dac9f8
RGBrgb(218, 201, 248)
HSLhsl(262, 77%, 88%)
CMYKcmyk(12%, 19%, 0%, 3%)
LABlab(83.7 14.8 -20.9)
LCHlch(83.7 25.6 305.2)
OKLCHoklch(0.865 0.067 301.5)
Decimal14338552
Display P3color(display-p3 0.855 0.788 0.973)

Copy-ready code

/* CSS */
color: #dac9f8;
background-color: #dac9f8;
/* Tailwind (arbitrary) */
class="text-[#dac9f8] bg-[#dac9f8]"
/* SCSS */
$brand: #dac9f8;
/* SwiftUI */
Color(red: 0.855, green: 0.788, blue: 0.973)
/* Android */
Color.parseColor("#dac9f8")
/* Flutter */
Color(0xFFDAC9F8)
/* Python / OpenCV (BGR) */
(248, 201, 218)

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

Accessibility — WCAG contrast

Aa
#dac9f8 on white: 1.53:1
AA ✗ fail · AA-large · AAA
Aa
#dac9f8 on black: 13.69:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C0D0FA
deuteranopia · #C3D0F7
tritanopia · #D5CFD9

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #dac9f8 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.

#F6F3FC
#EDE7F9
#dac9f8
#BB9CF2
#996AEC
#7738E5
#601CD9
#5017B5
#401390
#311269
#1F0B41
Base = 200Lightest = 50 · #F6F3FCDarkest = 950 · #1F0B41
:root {
  --brand-50: #F6F3FC;
  --brand-100: #EDE7F9;
  --brand-200: #dac9f8;
  --brand-300: #BB9CF2;
  --brand-400: #996AEC;
  --brand-500: #7738E5;
  --brand-600: #601CD9;
  --brand-700: #5017B5;
  --brand-800: #401390;
  --brand-900: #311269;
  --brand-950: #1F0B41;
  --brand: #dac9f8;
  --brand-ink: #000000;
}

Colors that work with #dac9f8

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#F7F4FA
Tinted page background
Border#D0C0ED
Hairlines and dividers
Muted text#684B9B
Captions on the surface
Accent#A7B814
Second voice, not a rival
Dark variant#320F71
Hover, pressed, headers
Light variant#F0E8FC
Selected rows, tints
Dark surface#1A1424
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 #dac9f8

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#E7F8C9
Analogous left#C9CFF8
Analogous right#F1C9F8
Split-complement 1#F8F1C9
Split-complement 2#CFF8C9
Triadic 1#F8DAC9
Triadic 2#C9F8DA
Tetradic#F8C9CF

RGB percentages

Red85.5%
Green78.8%
Blue97.3%

CMYK percentages

Cyan12.1%
Magenta19.0%
Yellow0.0%
Key (black)2.7%

Color previews

#dac9f8 text on a black background

contrast 13.69:1

Card sample

#dac9f8 text on a white background

contrast 1.53:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(218, 201, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 201, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac9f8;
background: linear-gradient(135deg, #dac9f8, #F8C9F7);

Monochromatic scale

Palettes built from #dac9f8

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.

#dac9f8 in the real world

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

Industries
Creative toolsFintechBeautyLuxury
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#dac9f8, answered

What color is #dac9f8?

#dac9f8 is a pale electric violet, closest to Thistle (ΔE2000 7.6). It sits at 262° on the hue wheel with 77% saturation and 88% lightness, which reads as cool.

What is the RGB value of #dac9f8?

rgb(218, 201, 248) — 218 red, 201 green and 248 blue out of 255, or 85.5% / 78.8% / 97.3% by channel.

Is #dac9f8 a light or a dark color?

It is a light color. Relative luminance is 0.6346 and perceived brightness is 83%, so black text on it reaches 13.69:1.

Should I use black or white text on #dac9f8?

Black. It scores 13.69:1 against #dac9f8, versus 1.53:1 for white — AAA at any size.

What is the complementary color of #dac9f8?

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

What colors go well with #dac9f8?

For interface work: #F7F4FA as the surface, #D0C0ED for borders, #684B9B for secondary text, #A7B814 as an accent and #320F71 for hover and pressed states. For a palette, the analogous pair #C9CFF8 and #F1C9F8 stays calm, while #E7F8C9 is the loudest partner.

What is #dac9f8 in CMYK for printing?

cmyk(12%, 19%, 0%, 3%). 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 #dac9f8 warm or cool?

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

Work with #dac9f8 in the Color Lab