#bce2d9
a light, soft cyan · cool · closest name: silver
RGB
188, 226, 217
HSL
166°, 40%, 81%
CMYK
17, 0, 4, 11
Luminance
0.7009
Every format
| HEX | #bce2d9 |
| RGB | rgb(188, 226, 217) |
| HSL | hsl(166, 40%, 81%) |
| CMYK | cmyk(17%, 0%, 4%, 11%) |
| LAB | lab(87.0 -14.1 0.3) |
| LCH | lch(87.0 14.1 178.9) |
| OKLCH | oklch(0.883 0.042 179.3) |
Copy-ready code
/* CSS */
color: #bce2d9;
background-color: #bce2d9;
/* Tailwind (arbitrary) */
class="text-[#bce2d9] bg-[#bce2d9]"
/* SCSS */
$brand: #bce2d9;
/* SwiftUI */
Color(red: 0.737, green: 0.886, blue: 0.851)
/* Android */
Color.parseColor("#bce2d9")Accessibility — WCAG contrast
Aa
#bce2d9 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bce2d9 on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green88.6%
Blue85.1%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow4.0%
Key (black)11.4%
Color previews
#bce2d9 text on a black background
contrast 15.02:1
Card sample
#bce2d9 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bce2d9;
Background color
Panel with #bce2d9 background
background-color: #bce2d9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bce2d9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 226, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 226, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bce2d9; background: linear-gradient(135deg, #bce2d9, #BCD2E2);