#bfebdf
a light, vivid cyan · cool · closest name: beige
RGB
191, 235, 223
HSL
164°, 52%, 84%
CMYK
19, 0, 5, 8
Luminance
0.7582
Every format
| HEX | #bfebdf |
| RGB | rgb(191, 235, 223) |
| HSL | hsl(164, 52%, 84%) |
| CMYK | cmyk(19%, 0%, 5%, 8%) |
| LAB | lab(89.8 -16.5 1.1) |
| LCH | lch(89.8 16.6 176.1) |
| OKLCH | oklch(0.906 0.048 176.8) |
Copy-ready code
/* CSS */
color: #bfebdf;
background-color: #bfebdf;
/* Tailwind (arbitrary) */
class="text-[#bfebdf] bg-[#bfebdf]"
/* SCSS */
$brand: #bfebdf;
/* SwiftUI */
Color(red: 0.749, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#bfebdf")Accessibility — WCAG contrast
Aa
#bfebdf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfebdf on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green92.2%
Blue87.5%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#bfebdf text on a black background
contrast 16.16:1
Card sample
#bfebdf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfebdf;
Background color
Panel with #bfebdf background
background-color: #bfebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfebdf; background: linear-gradient(135deg, #bfebdf, #BFDAEB);