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