#bfecdf
a light, vivid cyan · cool · closest name: beige
RGB
191, 236, 223
HSL
163°, 54%, 84%
CMYK
19, 0, 6, 8
Luminance
0.7639
Every format
| HEX | #bfecdf |
| RGB | rgb(191, 236, 223) |
| HSL | hsl(163, 54%, 84%) |
| CMYK | cmyk(19%, 0%, 6%, 8%) |
| LAB | lab(90.0 -17.0 1.5) |
| LCH | lch(90.0 17.1 174.9) |
| OKLCH | oklch(0.908 0.050 175.7) |
Copy-ready code
/* CSS */
color: #bfecdf;
background-color: #bfecdf;
/* Tailwind (arbitrary) */
class="text-[#bfecdf] bg-[#bfecdf]"
/* SCSS */
$brand: #bfecdf;
/* SwiftUI */
Color(red: 0.749, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#bfecdf")Accessibility — WCAG contrast
Aa
#bfecdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfecdf on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green92.5%
Blue87.5%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#bfecdf text on a black background
contrast 16.28:1
Card sample
#bfecdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfecdf;
Background color
Panel with #bfecdf background
background-color: #bfecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfecdf; background: linear-gradient(135deg, #bfecdf, #BFDBEC);