#c5ecdb
a light, vivid green · cool · closest name: beige
RGB
197, 236, 219
HSL
154°, 51%, 85%
CMYK
17, 0, 7, 8
Luminance
0.7698
Every format
| HEX | #c5ecdb |
| RGB | rgb(197, 236, 219) |
| HSL | hsl(154, 51%, 85%) |
| CMYK | cmyk(17%, 0%, 7%, 8%) |
| LAB | lab(90.3 -15.9 4.0) |
| LCH | lch(90.3 16.4 165.8) |
| OKLCH | oklch(0.911 0.047 167.1) |
Copy-ready code
/* CSS */
color: #c5ecdb;
background-color: #c5ecdb;
/* Tailwind (arbitrary) */
class="text-[#c5ecdb] bg-[#c5ecdb]"
/* SCSS */
$brand: #c5ecdb;
/* SwiftUI */
Color(red: 0.773, green: 0.925, blue: 0.859)
/* Android */
Color.parseColor("#c5ecdb")Accessibility — WCAG contrast
Aa
#c5ecdb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ecdb on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green92.5%
Blue85.9%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow7.2%
Key (black)7.5%
Color previews
#c5ecdb text on a black background
contrast 16.40:1
Card sample
#c5ecdb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ecdb;
Background color
Panel with #c5ecdb background
background-color: #c5ecdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ecdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 236, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 236, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ecdb; background: linear-gradient(135deg, #c5ecdb, #C5E3EC);