#c7eeee
a pale, vivid cyan · cool · closest name: white
RGB
199, 238, 238
HSL
180°, 53%, 86%
CMYK
16, 0, 0, 7
Luminance
0.7946
Every format
| HEX | #c7eeee |
| RGB | rgb(199, 238, 238) |
| HSL | hsl(180, 53%, 86%) |
| CMYK | cmyk(16%, 0%, 0%, 7%) |
| LAB | lab(91.4 -12.5 -4.2) |
| LCH | lch(91.4 13.2 198.5) |
| OKLCH | oklch(0.921 0.040 196.5) |
Copy-ready code
/* CSS */
color: #c7eeee;
background-color: #c7eeee;
/* Tailwind (arbitrary) */
class="text-[#c7eeee] bg-[#c7eeee]"
/* SCSS */
$brand: #c7eeee;
/* SwiftUI */
Color(red: 0.780, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#c7eeee")Accessibility — WCAG contrast
Aa
#c7eeee on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7eeee on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green93.3%
Blue93.3%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#c7eeee text on a black background
contrast 16.89:1
Card sample
#c7eeee text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7eeee;
Background color
Panel with #c7eeee background
background-color: #c7eeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7eeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7eeee; background: linear-gradient(135deg, #c7eeee, #C7D4EE);