#bfeade
a light, vivid cyan · cool · closest name: beige
RGB
191, 234, 222
HSL
163°, 51%, 83%
CMYK
18, 0, 5, 8
Luminance
0.7520
Every format
| HEX | #bfeade |
| RGB | rgb(191, 234, 222) |
| HSL | hsl(163, 51%, 83%) |
| CMYK | cmyk(18%, 0%, 5%, 8%) |
| LAB | lab(89.5 -16.2 1.2) |
| LCH | lch(89.5 16.3 175.7) |
| OKLCH | oklch(0.903 0.047 176.4) |
Copy-ready code
/* CSS */
color: #bfeade;
background-color: #bfeade;
/* Tailwind (arbitrary) */
class="text-[#bfeade] bg-[#bfeade]"
/* SCSS */
$brand: #bfeade;
/* SwiftUI */
Color(red: 0.749, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#bfeade")Accessibility — WCAG contrast
Aa
#bfeade on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeade on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green91.8%
Blue87.1%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#bfeade text on a black background
contrast 16.04:1
Card sample
#bfeade text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeade;
Background color
Panel with #bfeade background
background-color: #bfeade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeade; background: linear-gradient(135deg, #bfeade, #BFD9EA);