#bdabfd
a light, electric blue · cool · closest name: Light Steel Blue
At a glance
Every number on this page in one read: what #bdabfd is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #bdabfd |
| RGB | rgb(189, 171, 253) |
| HSL | hsl(253, 95%, 83%) |
| CMYK | cmyk(25%, 32%, 0%, 1%) |
| LAB | lab(74.2 23.4 -38.3) |
| LCH | lch(74.2 44.9 301.4) |
| OKLCH | oklch(0.787 0.116 293.6) |
| Decimal | 12430333 |
| Display P3 | color(display-p3 0.741 0.671 0.992) |
Copy-ready code
/* CSS */
color: #bdabfd;
background-color: #bdabfd;
/* Tailwind (arbitrary) */
class="text-[#bdabfd] bg-[#bdabfd]"
/* SCSS */
$brand: #bdabfd;
/* SwiftUI */
Color(red: 0.741, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#bdabfd")
/* Flutter */
Color(0xFFBDABFD)
/* Python / OpenCV (BGR) */
(253, 171, 189)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #bdabfd 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.
:root {
--brand-50: #F4F1FD;
--brand-100: #E9E4FC;
--brand-200: #bdabfd;
--brand-300: #A991FC;
--brand-400: #7E5BFB;
--brand-500: #5324FA;
--brand-600: #3906EF;
--brand-700: #3005C7;
--brand-800: #26049F;
--brand-900: #1F0873;
--brand-950: #130548;
--brand: #bdabfd;
--brand-ink: #000000;
}Colors that work with #bdabfd
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.
How to use #bdabfd
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
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 | #EBFDAB | Directly opposite — maximum tension | |
| Analogous left | #ABC2FD | Neighbour, quieter | |
| Analogous right | #E6ABFD | Neighbour, quieter | |
| Split-complement 1 | #FDE6AB | Contrast without the clash | |
| Split-complement 2 | #C2FDAB | Contrast without the clash | |
| Triadic 1 | #FDBDAB | Even thirds — balanced and loud | |
| Triadic 2 | #ABFDBD | Even thirds — balanced and loud | |
| Tetradic | #FDABC2 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bdabfd text on a black background
contrast 10.41:1
#bdabfd text on a white background
contrast 2.02:1
CSS3 live lab
The quick brown fox
color: #bdabfd;
background-color: #bdabfd;
Glowing headline
text-shadow: 2px 2px 8px #bdabfd;
Soft neon halo
text-shadow: 0 0 14px rgba(189, 171, 253, 0.45);
box-shadow: 0 12px 32px -8px rgba(189, 171, 253, 0.45);
border: 3px solid #bdabfd; background: linear-gradient(135deg, #bdabfd, #F4ABFD);
Monochromatic scale
Palettes built from #bdabfd
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.
Closest color with a full write-up: Mauve (#e0b0ff) — ΔE2000 7.6 away, with its history, psychology and brand usage.
#bdabfd 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.
#bdabfd, answered
What color is #bdabfd?
#bdabfd is a light electric blue, closest to Light Steel Blue (ΔE2000 10.9). It sits at 253° on the hue wheel with 95% saturation and 83% lightness, which reads as cool.
What is the RGB value of #bdabfd?
rgb(189, 171, 253) — 189 red, 171 green and 253 blue out of 255, or 74.1% / 67.1% / 99.2% by channel.
Is #bdabfd a light or a dark color?
It is a mid-tone. Relative luminance is 0.4704 and perceived brightness is 74%, so black text on it reaches 10.41:1.
Should I use black or white text on #bdabfd?
Black. It scores 10.41:1 against #bdabfd, versus 2.02:1 for white — AAA at any size.
What is the complementary color of #bdabfd?
#EBFDAB sits directly opposite on the wheel. Softer options are the split-complements #FDE6AB and #C2FDAB, which give the same contrast with far less vibration.
What colors go well with #bdabfd?
For interface work: #F6F4FA as the surface, #CAC0ED for borders, #5C4B9B for secondary text, #CCC500 as an accent and #1E037D for hover and pressed states. For a palette, the analogous pair #ABC2FD and #E6ABFD stays calm, while #EBFDAB is the loudest partner.
What is #bdabfd in CMYK for printing?
cmyk(25%, 32%, 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 #bdabfd warm or cool?
Cool — it scores 76 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DBABFD; nudged cooler, #AAB6FE.