#c0e7df
a light, soft cyan · cool · closest name: beige
RGB
192, 231, 223
HSL
168°, 45%, 83%
CMYK
17, 0, 4, 9
Luminance
0.7369
Every format
| HEX | #c0e7df |
| RGB | rgb(192, 231, 223) |
| HSL | hsl(168, 45%, 83%) |
| CMYK | cmyk(17%, 0%, 4%, 9%) |
| LAB | lab(88.8 -14.2 -0.3) |
| LCH | lch(88.8 14.2 181.3) |
| OKLCH | oklch(0.898 0.042 181.5) |
Copy-ready code
/* CSS */
color: #c0e7df;
background-color: #c0e7df;
/* Tailwind (arbitrary) */
class="text-[#c0e7df] bg-[#c0e7df]"
/* SCSS */
$brand: #c0e7df;
/* SwiftUI */
Color(red: 0.753, green: 0.906, blue: 0.875)
/* Android */
Color.parseColor("#c0e7df")Accessibility — WCAG contrast
Aa
#c0e7df on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0e7df on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green90.6%
Blue87.5%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow3.5%
Key (black)9.4%
Color previews
#c0e7df text on a black background
contrast 15.74:1
Card sample
#c0e7df text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0e7df;
Background color
Panel with #c0e7df background
background-color: #c0e7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0e7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 231, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 231, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0e7df; background: linear-gradient(135deg, #c0e7df, #C0D5E7);