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