#c5f0df
a pale, vivid green · cool · closest name: beige
RGB
197, 240, 223
HSL
156°, 59%, 86%
CMYK
18, 0, 7, 6
Luminance
0.7952
Every format
| HEX | #c5f0df |
| RGB | rgb(197, 240, 223) |
| HSL | hsl(156, 59%, 86%) |
| CMYK | cmyk(18%, 0%, 7%, 6%) |
| LAB | lab(91.5 -17.1 3.6) |
| LCH | lch(91.5 17.5 168.0) |
| OKLCH | oklch(0.920 0.050 169.2) |
Copy-ready code
/* CSS */
color: #c5f0df;
background-color: #c5f0df;
/* Tailwind (arbitrary) */
class="text-[#c5f0df] bg-[#c5f0df]"
/* SCSS */
$brand: #c5f0df;
/* SwiftUI */
Color(red: 0.773, green: 0.941, blue: 0.875)
/* Android */
Color.parseColor("#c5f0df")Accessibility — WCAG contrast
Aa
#c5f0df on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5f0df on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green94.1%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow7.1%
Key (black)5.9%
Color previews
#c5f0df text on a black background
contrast 16.90:1
Card sample
#c5f0df text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5f0df;
Background color
Panel with #c5f0df background
background-color: #c5f0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5f0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 240, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 240, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5f0df; background: linear-gradient(135deg, #c5f0df, #C5E4F0);