#c3edeb
a light, vivid cyan · cool · closest name: white
RGB
195, 237, 235
HSL
177°, 54%, 85%
CMYK
18, 0, 1, 7
Luminance
0.7817
Every format
| HEX | #c3edeb |
| RGB | rgb(195, 237, 235) |
| HSL | hsl(177, 54%, 85%) |
| CMYK | cmyk(18%, 0%, 1%, 7%) |
| LAB | lab(90.9 -13.9 -3.5) |
| LCH | lch(90.9 14.3 194.3) |
| OKLCH | oklch(0.916 0.043 192.8) |
Copy-ready code
/* CSS */
color: #c3edeb;
background-color: #c3edeb;
/* Tailwind (arbitrary) */
class="text-[#c3edeb] bg-[#c3edeb]"
/* SCSS */
$brand: #c3edeb;
/* SwiftUI */
Color(red: 0.765, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#c3edeb")Accessibility — WCAG contrast
Aa
#c3edeb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3edeb on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green92.9%
Blue92.2%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#c3edeb text on a black background
contrast 16.63:1
Card sample
#c3edeb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3edeb;
Background color
Panel with #c3edeb background
background-color: #c3edeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3edeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3edeb; background: linear-gradient(135deg, #c3edeb, #C3D3ED);