#bfd0fe
a pale, electric blue · cool · closest name: lavender
RGB
191, 208, 254
HSL
224°, 97%, 87%
CMYK
25, 18, 0, 0
Luminance
0.6334
Every format
| HEX | #bfd0fe |
| RGB | rgb(191, 208, 254) |
| HSL | hsl(224, 97%, 87%) |
| CMYK | cmyk(25%, 18%, 0%, 0%) |
| LAB | lab(83.6 4.0 -24.4) |
| LCH | lch(83.6 24.7 279.4) |
| OKLCH | oklch(0.860 0.067 269.1) |
Copy-ready code
/* CSS */
color: #bfd0fe;
background-color: #bfd0fe;
/* Tailwind (arbitrary) */
class="text-[#bfd0fe] bg-[#bfd0fe]"
/* SCSS */
$brand: #bfd0fe;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.996)
/* Android */
Color.parseColor("#bfd0fe")Accessibility — WCAG contrast
Aa
#bfd0fe on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd0fe on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue99.6%
CMYK percentages
Cyan24.8%
Magenta18.1%
Yellow0.0%
Key (black)0.4%
Color previews
#bfd0fe text on a black background
contrast 13.67:1
Card sample
#bfd0fe text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd0fe;
Background color
Panel with #bfd0fe background
background-color: #bfd0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd0fe; background: linear-gradient(135deg, #bfd0fe, #D8BFFE);