#bce4df
a light, soft cyan · cool · closest name: silver
RGB
188, 228, 223
HSL
173°, 43%, 82%
CMYK
18, 0, 2, 11
Luminance
0.7151
Every format
| HEX | #bce4df |
| RGB | rgb(188, 228, 223) |
| HSL | hsl(173, 43%, 82%) |
| CMYK | cmyk(18%, 0%, 2%, 11%) |
| LAB | lab(87.7 -13.9 -1.9) |
| LCH | lch(87.7 14.1 187.7) |
| OKLCH | oklch(0.889 0.042 187.1) |
Copy-ready code
/* CSS */
color: #bce4df;
background-color: #bce4df;
/* Tailwind (arbitrary) */
class="text-[#bce4df] bg-[#bce4df]"
/* SCSS */
$brand: #bce4df;
/* SwiftUI */
Color(red: 0.737, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#bce4df")Accessibility — WCAG contrast
Aa
#bce4df on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bce4df on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green89.4%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow2.2%
Key (black)10.6%
Color previews
#bce4df text on a black background
contrast 15.30:1
Card sample
#bce4df text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bce4df;
Background color
Panel with #bce4df background
background-color: #bce4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bce4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bce4df; background: linear-gradient(135deg, #bce4df, #BCCEE4);