#bceee5
a light, vivid cyan · cool · closest name: ivory
RGB
188, 238, 229
HSL
169°, 60%, 84%
CMYK
21, 0, 4, 7
Luminance
0.7750
Every format
| HEX | #bceee5 |
| RGB | rgb(188, 238, 229) |
| HSL | hsl(169, 60%, 84%) |
| CMYK | cmyk(21%, 0%, 4%, 7%) |
| LAB | lab(90.5 -17.7 -0.9) |
| LCH | lch(90.5 17.8 182.9) |
| OKLCH | oklch(0.912 0.053 182.9) |
Copy-ready code
/* CSS */
color: #bceee5;
background-color: #bceee5;
/* Tailwind (arbitrary) */
class="text-[#bceee5] bg-[#bceee5]"
/* SCSS */
$brand: #bceee5;
/* SwiftUI */
Color(red: 0.737, green: 0.933, blue: 0.898)
/* Android */
Color.parseColor("#bceee5")Accessibility — WCAG contrast
Aa
#bceee5 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceee5 on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green93.3%
Blue89.8%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow3.8%
Key (black)6.7%
Color previews
#bceee5 text on a black background
contrast 16.50:1
Card sample
#bceee5 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceee5;
Background color
Panel with #bceee5 background
background-color: #bceee5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceee5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 238, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 238, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceee5; background: linear-gradient(135deg, #bceee5, #BCD6EE);