#bfe8df
a light, vivid cyan · cool · closest name: beige
RGB
191, 232, 223
HSL
167°, 47%, 83%
CMYK
18, 0, 4, 9
Luminance
0.7412
Every format
| HEX | #bfe8df |
| RGB | rgb(191, 232, 223) |
| HSL | hsl(167, 47%, 83%) |
| CMYK | cmyk(18%, 0%, 4%, 9%) |
| LAB | lab(89.0 -15.0 -0.0) |
| LCH | lch(89.0 15.0 180.2) |
| OKLCH | oklch(0.899 0.044 180.4) |
Copy-ready code
/* CSS */
color: #bfe8df;
background-color: #bfe8df;
/* Tailwind (arbitrary) */
class="text-[#bfe8df] bg-[#bfe8df]"
/* SCSS */
$brand: #bfe8df;
/* SwiftUI */
Color(red: 0.749, green: 0.910, blue: 0.875)
/* Android */
Color.parseColor("#bfe8df")Accessibility — WCAG contrast
Aa
#bfe8df on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe8df on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green91.0%
Blue87.5%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow3.9%
Key (black)9.0%
Color previews
#bfe8df text on a black background
contrast 15.82:1
Card sample
#bfe8df text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe8df;
Background color
Panel with #bfe8df background
background-color: #bfe8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 232, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 232, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe8df; background: linear-gradient(135deg, #bfe8df, #BFD6E8);