#c5f3ba
a light, vivid green · cool · closest name: beige
RGB
197, 243, 186
HSL
108°, 70%, 84%
CMYK
19, 0, 24, 5
Luminance
0.7952
Every format
| HEX | #c5f3ba |
| RGB | rgb(197, 243, 186) |
| HSL | hsl(108, 70%, 84%) |
| CMYK | cmyk(19%, 0%, 24%, 5%) |
| LAB | lab(91.5 -25.1 22.8) |
| LCH | lch(91.5 33.9 137.8) |
| OKLCH | oklch(0.917 0.090 139.6) |
Copy-ready code
/* CSS */
color: #c5f3ba;
background-color: #c5f3ba;
/* Tailwind (arbitrary) */
class="text-[#c5f3ba] bg-[#c5f3ba]"
/* SCSS */
$brand: #c5f3ba;
/* SwiftUI */
Color(red: 0.773, green: 0.953, blue: 0.729)
/* Android */
Color.parseColor("#c5f3ba")Accessibility — WCAG contrast
Aa
#c5f3ba on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5f3ba on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green95.3%
Blue72.9%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow23.5%
Key (black)4.7%
Color previews
#c5f3ba text on a black background
contrast 16.90:1
Card sample
#c5f3ba text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5f3ba;
Background color
Panel with #c5f3ba background
background-color: #c5f3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5f3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 243, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 243, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5f3ba; background: linear-gradient(135deg, #c5f3ba, #BAF3D5);