#bfe6df
a light, soft cyan · cool · closest name: silver
RGB
191, 230, 223
HSL
169°, 44%, 83%
CMYK
17, 0, 3, 10
Luminance
0.7300
Every format
| HEX | #bfe6df |
| RGB | rgb(191, 230, 223) |
| HSL | hsl(169, 44%, 83%) |
| CMYK | cmyk(17%, 0%, 3%, 10%) |
| LAB | lab(88.5 -14.0 -0.8) |
| LCH | lch(88.5 14.0 183.3) |
| OKLCH | oklch(0.895 0.042 183.3) |
Copy-ready code
/* CSS */
color: #bfe6df;
background-color: #bfe6df;
/* Tailwind (arbitrary) */
class="text-[#bfe6df] bg-[#bfe6df]"
/* SCSS */
$brand: #bfe6df;
/* SwiftUI */
Color(red: 0.749, green: 0.902, blue: 0.875)
/* Android */
Color.parseColor("#bfe6df")Accessibility — WCAG contrast
Aa
#bfe6df on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe6df on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green90.2%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow3.0%
Key (black)9.8%
Color previews
#bfe6df text on a black background
contrast 15.60:1
Card sample
#bfe6df text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe6df;
Background color
Panel with #bfe6df background
background-color: #bfe6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 230, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 230, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe6df; background: linear-gradient(135deg, #bfe6df, #BFD3E6);