#c7eefa
a pale, electric cyan · cool · closest name: lavender
RGB
199, 238, 250
HSL
194°, 84%, 88%
CMYK
20, 5, 0, 2
Luminance
0.8019
Every format
| HEX | #c7eefa |
| RGB | rgb(199, 238, 250) |
| HSL | hsl(194, 84%, 88%) |
| CMYK | cmyk(20%, 5%, 0%, 2%) |
| LAB | lab(91.8 -10.1 -10.0) |
| LCH | lch(91.8 14.2 224.8) |
| OKLCH | oklch(0.925 0.044 218.4) |
Copy-ready code
/* CSS */
color: #c7eefa;
background-color: #c7eefa;
/* Tailwind (arbitrary) */
class="text-[#c7eefa] bg-[#c7eefa]"
/* SCSS */
$brand: #c7eefa;
/* SwiftUI */
Color(red: 0.780, green: 0.933, blue: 0.980)
/* Android */
Color.parseColor("#c7eefa")Accessibility — WCAG contrast
Aa
#c7eefa on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7eefa on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green93.3%
Blue98.0%
CMYK percentages
Cyan20.4%
Magenta4.8%
Yellow0.0%
Key (black)2.0%
Color previews
#c7eefa text on a black background
contrast 17.04:1
Card sample
#c7eefa text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7eefa;
Background color
Panel with #c7eefa background
background-color: #c7eefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7eefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 238, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 238, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7eefa; background: linear-gradient(135deg, #c7eefa, #C7CCFA);