#cbfcc2
a pale, electric green · cool · closest name: aquamarine
RGB
203, 252, 194
HSL
111°, 91%, 88%
CMYK
19, 0, 23, 1
Luminance
0.8621
Every format
| HEX | #cbfcc2 |
| RGB | rgb(203, 252, 194) |
| HSL | hsl(111, 91%, 88%) |
| CMYK | cmyk(19%, 0%, 23%, 1%) |
| LAB | lab(94.4 -26.1 22.8) |
| LCH | lch(94.4 34.7 138.9) |
| OKLCH | oklch(0.942 0.092 140.7) |
Copy-ready code
/* CSS */
color: #cbfcc2;
background-color: #cbfcc2;
/* Tailwind (arbitrary) */
class="text-[#cbfcc2] bg-[#cbfcc2]"
/* SCSS */
$brand: #cbfcc2;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.761)
/* Android */
Color.parseColor("#cbfcc2")Accessibility — WCAG contrast
Aa
#cbfcc2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfcc2 on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue76.1%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow23.0%
Key (black)1.2%
Color previews
#cbfcc2 text on a black background
contrast 18.24:1
Card sample
#cbfcc2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfcc2;
Background color
Panel with #cbfcc2 background
background-color: #cbfcc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfcc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfcc2; background: linear-gradient(135deg, #cbfcc2, #C2FCE0);