#bce2eb
a light, vivid cyan · cool · closest name: lavender
RGB
188, 226, 235
HSL
192°, 54%, 83%
CMYK
20, 4, 0, 8
Luminance
0.7108
Every format
| HEX | #bce2eb |
| RGB | rgb(188, 226, 235) |
| HSL | hsl(192, 54%, 83%) |
| CMYK | cmyk(20%, 4%, 0%, 8%) |
| LAB | lab(87.5 -10.4 -8.5) |
| LCH | lch(87.5 13.5 219.2) |
| OKLCH | oklch(0.888 0.042 213.7) |
Copy-ready code
/* CSS */
color: #bce2eb;
background-color: #bce2eb;
/* Tailwind (arbitrary) */
class="text-[#bce2eb] bg-[#bce2eb]"
/* SCSS */
$brand: #bce2eb;
/* SwiftUI */
Color(red: 0.737, green: 0.886, blue: 0.922)
/* Android */
Color.parseColor("#bce2eb")Accessibility — WCAG contrast
Aa
#bce2eb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bce2eb on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green88.6%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta3.8%
Yellow0.0%
Key (black)7.8%
Color previews
#bce2eb text on a black background
contrast 15.22:1
Card sample
#bce2eb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bce2eb;
Background color
Panel with #bce2eb background
background-color: #bce2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bce2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 226, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 226, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bce2eb; background: linear-gradient(135deg, #bce2eb, #BCC3EB);