#c5eefd
a pale, electric cyan · cool · closest name: lavender
RGB
197, 238, 253
HSL
196°, 93%, 88%
CMYK
22, 6, 0, 1
Luminance
0.8011
Every format
| HEX | #c5eefd |
| RGB | rgb(197, 238, 253) |
| HSL | hsl(196, 93%, 88%) |
| CMYK | cmyk(22%, 6%, 0%, 1%) |
| LAB | lab(91.7 -10.0 -11.6) |
| LCH | lch(91.7 15.3 229.2) |
| OKLCH | oklch(0.925 0.047 222.0) |
Copy-ready code
/* CSS */
color: #c5eefd;
background-color: #c5eefd;
/* Tailwind (arbitrary) */
class="text-[#c5eefd] bg-[#c5eefd]"
/* SCSS */
$brand: #c5eefd;
/* SwiftUI */
Color(red: 0.773, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#c5eefd")Accessibility — WCAG contrast
Aa
#c5eefd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5eefd on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green93.3%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c5eefd text on a black background
contrast 17.02:1
Card sample
#c5eefd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5eefd;
Background color
Panel with #c5eefd background
background-color: #c5eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5eefd; background: linear-gradient(135deg, #c5eefd, #C5C8FD);