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