#bbfccc
a pale, electric green · cool · closest name: aquamarine
RGB
187, 252, 204
HSL
136°, 92%, 86%
CMYK
26, 0, 19, 1
Luminance
0.8455
Every format
| HEX | #bbfccc |
| RGB | rgb(187, 252, 204) |
| HSL | hsl(136, 92%, 86%) |
| CMYK | cmyk(26%, 0%, 19%, 1%) |
| LAB | lab(93.7 -29.6 16.5) |
| LCH | lch(93.7 33.9 150.8) |
| OKLCH | oklch(0.935 0.092 152.5) |
Copy-ready code
/* CSS */
color: #bbfccc;
background-color: #bbfccc;
/* Tailwind (arbitrary) */
class="text-[#bbfccc] bg-[#bbfccc]"
/* SCSS */
$brand: #bbfccc;
/* SwiftUI */
Color(red: 0.733, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#bbfccc")Accessibility — WCAG contrast
Aa
#bbfccc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbfccc on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green98.8%
Blue80.0%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#bbfccc text on a black background
contrast 17.91:1
Card sample
#bbfccc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbfccc;
Background color
Panel with #bbfccc background
background-color: #bbfccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbfccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbfccc; background: linear-gradient(135deg, #bbfccc, #BBFCF7);