#b8cffb
a pale, electric blue · cool · closest name: lavender
RGB
184, 207, 251
HSL
219°, 89%, 85%
CMYK
27, 18, 0, 2
Luminance
0.6178
Every format
| HEX | #b8cffb |
| RGB | rgb(184, 207, 251) |
| HSL | hsl(219, 89%, 85%) |
| CMYK | cmyk(27%, 18%, 0%, 2%) |
| LAB | lab(82.8 1.9 -24.1) |
| LCH | lch(82.8 24.2 274.4) |
| OKLCH | oklch(0.852 0.067 263.3) |
Copy-ready code
/* CSS */
color: #b8cffb;
background-color: #b8cffb;
/* Tailwind (arbitrary) */
class="text-[#b8cffb] bg-[#b8cffb]"
/* SCSS */
$brand: #b8cffb;
/* SwiftUI */
Color(red: 0.722, green: 0.812, blue: 0.984)
/* Android */
Color.parseColor("#b8cffb")Accessibility — WCAG contrast
Aa
#b8cffb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8cffb on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green81.2%
Blue98.4%
CMYK percentages
Cyan26.7%
Magenta17.5%
Yellow0.0%
Key (black)1.6%
Color previews
#b8cffb text on a black background
contrast 13.36:1
Card sample
#b8cffb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8cffb;
Background color
Panel with #b8cffb background
background-color: #b8cffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8cffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 207, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 207, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8cffb; background: linear-gradient(135deg, #b8cffb, #CEB8FB);