#bce2df
a light, soft cyan · cool · closest name: silver
RGB
188, 226, 223
HSL
175°, 40%, 81%
CMYK
17, 0, 1, 11
Luminance
0.7041
Every format
| HEX | #bce2df |
| RGB | rgb(188, 226, 223) |
| HSL | hsl(175, 40%, 81%) |
| CMYK | cmyk(17%, 0%, 1%, 11%) |
| LAB | lab(87.2 -12.9 -2.7) |
| LCH | lch(87.2 13.2 191.6) |
| OKLCH | oklch(0.885 0.040 190.6) |
Copy-ready code
/* CSS */
color: #bce2df;
background-color: #bce2df;
/* Tailwind (arbitrary) */
class="text-[#bce2df] bg-[#bce2df]"
/* SCSS */
$brand: #bce2df;
/* SwiftUI */
Color(red: 0.737, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#bce2df")Accessibility — WCAG contrast
Aa
#bce2df on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bce2df on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green88.6%
Blue87.5%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#bce2df text on a black background
contrast 15.08:1
Card sample
#bce2df text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bce2df;
Background color
Panel with #bce2df background
background-color: #bce2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bce2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bce2df; background: linear-gradient(135deg, #bce2df, #BCCCE2);