#bce2e8
a light, vivid cyan · cool · closest name: lavender
RGB
188, 226, 232
HSL
188°, 49%, 82%
CMYK
19, 3, 0, 9
Luminance
0.7091
Every format
| HEX | #bce2e8 |
| RGB | rgb(188, 226, 232) |
| HSL | hsl(188, 49%, 82%) |
| CMYK | cmyk(19%, 3%, 0%, 9%) |
| LAB | lab(87.4 -11.1 -7.0) |
| LCH | lch(87.4 13.1 212.4) |
| OKLCH | oklch(0.887 0.041 208.1) |
Copy-ready code
/* CSS */
color: #bce2e8;
background-color: #bce2e8;
/* Tailwind (arbitrary) */
class="text-[#bce2e8] bg-[#bce2e8]"
/* SCSS */
$brand: #bce2e8;
/* SwiftUI */
Color(red: 0.737, green: 0.886, blue: 0.910)
/* Android */
Color.parseColor("#bce2e8")Accessibility — WCAG contrast
Aa
#bce2e8 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bce2e8 on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green88.6%
Blue91.0%
CMYK percentages
Cyan19.0%
Magenta2.6%
Yellow0.0%
Key (black)9.0%
Color previews
#bce2e8 text on a black background
contrast 15.18:1
Card sample
#bce2e8 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bce2e8;
Background color
Panel with #bce2e8 background
background-color: #bce2e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bce2e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 226, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 226, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bce2e8; background: linear-gradient(135deg, #bce2e8, #BCC5E8);