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