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