#c5eceb
a light, vivid cyan · cool · closest name: white
RGB
197, 236, 235
HSL
179°, 51%, 85%
CMYK
17, 0, 0, 8
Luminance
0.7786
Every format
| HEX | #c5eceb |
| RGB | rgb(197, 236, 235) |
| HSL | hsl(179, 51%, 85%) |
| CMYK | cmyk(17%, 0%, 0%, 8%) |
| LAB | lab(90.7 -12.8 -3.7) |
| LCH | lch(90.7 13.3 196.3) |
| OKLCH | oklch(0.915 0.041 194.5) |
Copy-ready code
/* CSS */
color: #c5eceb;
background-color: #c5eceb;
/* Tailwind (arbitrary) */
class="text-[#c5eceb] bg-[#c5eceb]"
/* SCSS */
$brand: #c5eceb;
/* SwiftUI */
Color(red: 0.773, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#c5eceb")Accessibility — WCAG contrast
Aa
#c5eceb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5eceb on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green92.5%
Blue92.2%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#c5eceb text on a black background
contrast 16.57:1
Card sample
#c5eceb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5eceb;
Background color
Panel with #c5eceb background
background-color: #c5eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5eceb; background: linear-gradient(135deg, #c5eceb, #C5D3EC);