#c2e6df
a light, soft cyan · cool · closest name: silver
RGB
194, 230, 223
HSL
168°, 42%, 83%
CMYK
16, 0, 3, 10
Luminance
0.7339
Every format
| HEX | #c2e6df |
| RGB | rgb(194, 230, 223) |
| HSL | hsl(168, 42%, 83%) |
| CMYK | cmyk(16%, 0%, 3%, 10%) |
| LAB | lab(88.6 -13.1 -0.5) |
| LCH | lch(88.6 13.1 182.3) |
| OKLCH | oklch(0.897 0.039 182.3) |
Copy-ready code
/* CSS */
color: #c2e6df;
background-color: #c2e6df;
/* Tailwind (arbitrary) */
class="text-[#c2e6df] bg-[#c2e6df]"
/* SCSS */
$brand: #c2e6df;
/* SwiftUI */
Color(red: 0.761, green: 0.902, blue: 0.875)
/* Android */
Color.parseColor("#c2e6df")Accessibility — WCAG contrast
Aa
#c2e6df on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2e6df on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green90.2%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow3.0%
Key (black)9.8%
Color previews
#c2e6df text on a black background
contrast 15.68:1
Card sample
#c2e6df text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2e6df;
Background color
Panel with #c2e6df background
background-color: #c2e6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2e6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 230, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 230, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2e6df; background: linear-gradient(135deg, #c2e6df, #C2D5E6);