#cbfad2
a pale, electric green · cool · closest name: beige
RGB
203, 250, 210
HSL
129°, 83%, 89%
CMYK
19, 0, 16, 2
Luminance
0.8572
Every format
| HEX | #cbfad2 |
| RGB | rgb(203, 250, 210) |
| HSL | hsl(129, 83%, 89%) |
| CMYK | cmyk(19%, 0%, 16%, 2%) |
| LAB | lab(94.2 -22.5 14.3) |
| LCH | lch(94.2 26.6 147.5) |
| OKLCH | oklch(0.942 0.072 149.2) |
Copy-ready code
/* CSS */
color: #cbfad2;
background-color: #cbfad2;
/* Tailwind (arbitrary) */
class="text-[#cbfad2] bg-[#cbfad2]"
/* SCSS */
$brand: #cbfad2;
/* SwiftUI */
Color(red: 0.796, green: 0.980, blue: 0.824)
/* Android */
Color.parseColor("#cbfad2")Accessibility — WCAG contrast
Aa
#cbfad2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfad2 on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.0%
Blue82.4%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow16.0%
Key (black)2.0%
Color previews
#cbfad2 text on a black background
contrast 18.14:1
Card sample
#cbfad2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfad2;
Background color
Panel with #cbfad2 background
background-color: #cbfad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 250, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 250, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfad2; background: linear-gradient(135deg, #cbfad2, #CBFAF1);