#bfe7df
a light, vivid cyan · cool · closest name: beige
RGB
191, 231, 223
HSL
168°, 46%, 83%
CMYK
17, 0, 4, 9
Luminance
0.7356
Every format
| HEX | #bfe7df |
| RGB | rgb(191, 231, 223) |
| HSL | hsl(168, 46%, 83%) |
| CMYK | cmyk(17%, 0%, 4%, 9%) |
| LAB | lab(88.7 -14.5 -0.4) |
| LCH | lch(88.7 14.5 181.7) |
| OKLCH | oklch(0.897 0.043 181.8) |
Copy-ready code
/* CSS */
color: #bfe7df;
background-color: #bfe7df;
/* Tailwind (arbitrary) */
class="text-[#bfe7df] bg-[#bfe7df]"
/* SCSS */
$brand: #bfe7df;
/* SwiftUI */
Color(red: 0.749, green: 0.906, blue: 0.875)
/* Android */
Color.parseColor("#bfe7df")Accessibility — WCAG contrast
Aa
#bfe7df on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe7df on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green90.6%
Blue87.5%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow3.5%
Key (black)9.4%
Color previews
#bfe7df text on a black background
contrast 15.71:1
Card sample
#bfe7df text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe7df;
Background color
Panel with #bfe7df background
background-color: #bfe7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 231, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 231, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe7df; background: linear-gradient(135deg, #bfe7df, #BFD4E7);