#bfeafc
a pale, electric cyan · cool · closest name: lavender
RGB
191, 234, 252
HSL
198°, 91%, 87%
CMYK
24, 7, 0, 1
Luminance
0.7695
Every format
| HEX | #bfeafc |
| RGB | rgb(191, 234, 252) |
| HSL | hsl(198, 91%, 87%) |
| CMYK | cmyk(24%, 7%, 0%, 1%) |
| LAB | lab(90.3 -9.9 -13.3) |
| LCH | lch(90.3 16.6 233.1) |
| OKLCH | oklch(0.912 0.051 225.2) |
Copy-ready code
/* CSS */
color: #bfeafc;
background-color: #bfeafc;
/* Tailwind (arbitrary) */
class="text-[#bfeafc] bg-[#bfeafc]"
/* SCSS */
$brand: #bfeafc;
/* SwiftUI */
Color(red: 0.749, green: 0.918, blue: 0.988)
/* Android */
Color.parseColor("#bfeafc")Accessibility — WCAG contrast
Aa
#bfeafc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeafc on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green91.8%
Blue98.8%
CMYK percentages
Cyan24.2%
Magenta7.1%
Yellow0.0%
Key (black)1.2%
Color previews
#bfeafc text on a black background
contrast 16.39:1
Card sample
#bfeafc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeafc;
Background color
Panel with #bfeafc background
background-color: #bfeafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 234, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 234, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeafc; background: linear-gradient(135deg, #bfeafc, #BFC2FC);