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