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