#bfe0df
a light, soft cyan · cool · closest name: silver
RGB
191, 224, 223
HSL
178°, 35%, 81%
CMYK
15, 0, 0, 12
Luminance
0.6972
Every format
| HEX | #bfe0df |
| RGB | rgb(191, 224, 223) |
| HSL | hsl(178, 35%, 81%) |
| CMYK | cmyk(15%, 0%, 0%, 12%) |
| LAB | lab(86.9 -11.0 -3.1) |
| LCH | lch(86.9 11.4 196.0) |
| OKLCH | oklch(0.883 0.035 194.3) |
Copy-ready code
/* CSS */
color: #bfe0df;
background-color: #bfe0df;
/* Tailwind (arbitrary) */
class="text-[#bfe0df] bg-[#bfe0df]"
/* SCSS */
$brand: #bfe0df;
/* SwiftUI */
Color(red: 0.749, green: 0.878, blue: 0.875)
/* Android */
Color.parseColor("#bfe0df")Accessibility — WCAG contrast
Aa
#bfe0df on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe0df on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.8%
Blue87.5%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow0.4%
Key (black)12.2%
Color previews
#bfe0df text on a black background
contrast 14.94:1
Card sample
#bfe0df text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe0df;
Background color
Panel with #bfe0df background
background-color: #bfe0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 224, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 224, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe0df; background: linear-gradient(135deg, #bfe0df, #BFCBE0);