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