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