#c3eef6
a pale, vivid cyan · cool · closest name: lavender
RGB
195, 238, 246
HSL
189°, 74%, 87%
CMYK
21, 3, 0, 4
Luminance
0.7940
Every format
| HEX | #c3eef6 |
| RGB | rgb(195, 238, 246) |
| HSL | hsl(189, 74%, 87%) |
| CMYK | cmyk(21%, 3%, 0%, 4%) |
| LAB | lab(91.4 -12.1 -8.4) |
| LCH | lch(91.4 14.7 214.9) |
| OKLCH | oklch(0.921 0.046 210.2) |
Copy-ready code
/* CSS */
color: #c3eef6;
background-color: #c3eef6;
/* Tailwind (arbitrary) */
class="text-[#c3eef6] bg-[#c3eef6]"
/* SCSS */
$brand: #c3eef6;
/* SwiftUI */
Color(red: 0.765, green: 0.933, blue: 0.965)
/* Android */
Color.parseColor("#c3eef6")Accessibility — WCAG contrast
Aa
#c3eef6 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3eef6 on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green93.3%
Blue96.5%
CMYK percentages
Cyan20.7%
Magenta3.3%
Yellow0.0%
Key (black)3.5%
Color previews
#c3eef6 text on a black background
contrast 16.88:1
Card sample
#c3eef6 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3eef6;
Background color
Panel with #c3eef6 background
background-color: #c3eef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3eef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 238, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 238, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3eef6; background: linear-gradient(135deg, #c3eef6, #C3CCF6);