#bce3df
a light, soft cyan · cool · closest name: silver
RGB
188, 227, 223
HSL
174°, 41%, 81%
CMYK
17, 0, 2, 11
Luminance
0.7096
Every format
| HEX | #bce3df |
| RGB | rgb(188, 227, 223) |
| HSL | hsl(174, 41%, 81%) |
| CMYK | cmyk(17%, 0%, 2%, 11%) |
| LAB | lab(87.5 -13.4 -2.3) |
| LCH | lch(87.5 13.6 189.6) |
| OKLCH | oklch(0.887 0.041 188.8) |
Copy-ready code
/* CSS */
color: #bce3df;
background-color: #bce3df;
/* Tailwind (arbitrary) */
class="text-[#bce3df] bg-[#bce3df]"
/* SCSS */
$brand: #bce3df;
/* SwiftUI */
Color(red: 0.737, green: 0.890, blue: 0.875)
/* Android */
Color.parseColor("#bce3df")Accessibility — WCAG contrast
Aa
#bce3df on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bce3df on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green89.0%
Blue87.5%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow1.8%
Key (black)11.0%
Color previews
#bce3df text on a black background
contrast 15.19:1
Card sample
#bce3df text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bce3df;
Background color
Panel with #bce3df background
background-color: #bce3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bce3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 227, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 227, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bce3df; background: linear-gradient(135deg, #bce3df, #BCCDE3);