#bceee1
a light, vivid cyan · cool · closest name: beige
RGB
188, 238, 225
HSL
164°, 60%, 84%
CMYK
21, 0, 6, 7
Luminance
0.7728
Every format
| HEX | #bceee1 |
| RGB | rgb(188, 238, 225) |
| HSL | hsl(164, 60%, 84%) |
| CMYK | cmyk(21%, 0%, 6%, 7%) |
| LAB | lab(90.5 -18.5 1.0) |
| LCH | lch(90.5 18.6 176.8) |
| OKLCH | oklch(0.911 0.054 177.4) |
Copy-ready code
/* CSS */
color: #bceee1;
background-color: #bceee1;
/* Tailwind (arbitrary) */
class="text-[#bceee1] bg-[#bceee1]"
/* SCSS */
$brand: #bceee1;
/* SwiftUI */
Color(red: 0.737, green: 0.933, blue: 0.882)
/* Android */
Color.parseColor("#bceee1")Accessibility — WCAG contrast
Aa
#bceee1 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceee1 on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green93.3%
Blue88.2%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow5.5%
Key (black)6.7%
Color previews
#bceee1 text on a black background
contrast 16.46:1
Card sample
#bceee1 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceee1;
Background color
Panel with #bceee1 background
background-color: #bceee1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceee1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 238, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 238, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceee1; background: linear-gradient(135deg, #bceee1, #BCDAEE);