#bceeba
a light, vivid green · cool · closest name: aquamarine
RGB
188, 238, 186
HSL
118°, 61%, 83%
CMYK
21, 0, 22, 7
Luminance
0.7539
Every format
| HEX | #bceeba |
| RGB | rgb(188, 238, 186) |
| HSL | hsl(118, 61%, 83%) |
| CMYK | cmyk(21%, 0%, 22%, 7%) |
| LAB | lab(89.6 -25.7 20.1) |
| LCH | lch(89.6 32.6 142.0) |
| OKLCH | oklch(0.901 0.087 143.8) |
Copy-ready code
/* CSS */
color: #bceeba;
background-color: #bceeba;
/* Tailwind (arbitrary) */
class="text-[#bceeba] bg-[#bceeba]"
/* SCSS */
$brand: #bceeba;
/* SwiftUI */
Color(red: 0.737, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#bceeba")Accessibility — WCAG contrast
Aa
#bceeba on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceeba on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green93.3%
Blue72.9%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow21.8%
Key (black)6.7%
Color previews
#bceeba text on a black background
contrast 16.08:1
Card sample
#bceeba text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceeba;
Background color
Panel with #bceeba background
background-color: #bceeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceeba; background: linear-gradient(135deg, #bceeba, #BAEEDB);