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