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