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