#bceed5
a light, vivid green · cool · closest name: beige
RGB
188, 238, 213
HSL
150°, 60%, 84%
CMYK
21, 0, 11, 7
Luminance
0.7664
Every format
| HEX | #bceed5 |
| RGB | rgb(188, 238, 213) |
| HSL | hsl(150, 60%, 84%) |
| CMYK | cmyk(21%, 0%, 11%, 7%) |
| LAB | lab(90.2 -20.9 6.9) |
| LCH | lch(90.2 22.0 161.8) |
| OKLCH | oklch(0.907 0.062 163.2) |
Copy-ready code
/* CSS */
color: #bceed5;
background-color: #bceed5;
/* Tailwind (arbitrary) */
class="text-[#bceed5] bg-[#bceed5]"
/* SCSS */
$brand: #bceed5;
/* SwiftUI */
Color(red: 0.737, green: 0.933, blue: 0.835)
/* Android */
Color.parseColor("#bceed5")Accessibility — WCAG contrast
Aa
#bceed5 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceed5 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green93.3%
Blue83.5%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow10.5%
Key (black)6.7%
Color previews
#bceed5 text on a black background
contrast 16.33:1
Card sample
#bceed5 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceed5;
Background color
Panel with #bceed5 background
background-color: #bceed5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceed5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 238, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 238, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceed5; background: linear-gradient(135deg, #bceed5, #BCE6EE);