#c3ebdf
a light, vivid cyan · cool · closest name: beige
RGB
195, 235, 223
HSL
162°, 50%, 84%
CMYK
17, 0, 5, 8
Luminance
0.7635
Every format
| HEX | #c3ebdf |
| RGB | rgb(195, 235, 223) |
| HSL | hsl(162, 50%, 84%) |
| CMYK | cmyk(17%, 0%, 5%, 8%) |
| LAB | lab(90.0 -15.3 1.5) |
| LCH | lch(90.0 15.3 174.4) |
| OKLCH | oklch(0.908 0.045 175.1) |
Copy-ready code
/* CSS */
color: #c3ebdf;
background-color: #c3ebdf;
/* Tailwind (arbitrary) */
class="text-[#c3ebdf] bg-[#c3ebdf]"
/* SCSS */
$brand: #c3ebdf;
/* SwiftUI */
Color(red: 0.765, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#c3ebdf")Accessibility — WCAG contrast
Aa
#c3ebdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ebdf on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green92.2%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#c3ebdf text on a black background
contrast 16.27:1
Card sample
#c3ebdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ebdf;
Background color
Panel with #c3ebdf background
background-color: #c3ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ebdf; background: linear-gradient(135deg, #c3ebdf, #C3DCEB);