#bceedb
a light, vivid green · cool · closest name: beige
RGB
188, 238, 219
HSL
157°, 60%, 84%
CMYK
21, 0, 8, 7
Luminance
0.7695
Every format
| HEX | #bceedb |
| RGB | rgb(188, 238, 219) |
| HSL | hsl(157, 60%, 84%) |
| CMYK | cmyk(21%, 0%, 8%, 7%) |
| LAB | lab(90.3 -19.7 4.0) |
| LCH | lch(90.3 20.1 168.7) |
| OKLCH | oklch(0.909 0.058 169.8) |
Copy-ready code
/* CSS */
color: #bceedb;
background-color: #bceedb;
/* Tailwind (arbitrary) */
class="text-[#bceedb] bg-[#bceedb]"
/* SCSS */
$brand: #bceedb;
/* SwiftUI */
Color(red: 0.737, green: 0.933, blue: 0.859)
/* Android */
Color.parseColor("#bceedb")Accessibility — WCAG contrast
Aa
#bceedb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceedb on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green93.3%
Blue85.9%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow8.0%
Key (black)6.7%
Color previews
#bceedb text on a black background
contrast 16.39:1
Card sample
#bceedb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceedb;
Background color
Panel with #bceedb background
background-color: #bceedb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceedb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 238, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 238, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceedb; background: linear-gradient(135deg, #bceedb, #BCE0EE);