#c5fce2
a pale, electric green · cool · closest name: beige
RGB
197, 252, 226
HSL
152°, 90%, 88%
CMYK
22, 0, 10, 1
Luminance
0.8698
Every format
| HEX | #c5fce2 |
| RGB | rgb(197, 252, 226) |
| HSL | hsl(152, 90%, 88%) |
| CMYK | cmyk(22%, 0%, 10%, 1%) |
| LAB | lab(94.7 -22.4 6.8) |
| LCH | lch(94.7 23.4 163.2) |
| OKLCH | oklch(0.946 0.066 164.5) |
Copy-ready code
/* CSS */
color: #c5fce2;
background-color: #c5fce2;
/* Tailwind (arbitrary) */
class="text-[#c5fce2] bg-[#c5fce2]"
/* SCSS */
$brand: #c5fce2;
/* SwiftUI */
Color(red: 0.773, green: 0.988, blue: 0.886)
/* Android */
Color.parseColor("#c5fce2")Accessibility — WCAG contrast
Aa
#c5fce2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5fce2 on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green98.8%
Blue88.6%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow10.3%
Key (black)1.2%
Color previews
#c5fce2 text on a black background
contrast 18.40:1
Card sample
#c5fce2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5fce2;
Background color
Panel with #c5fce2 background
background-color: #c5fce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5fce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 252, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 252, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5fce2; background: linear-gradient(135deg, #c5fce2, #C5F1FC);