#c8f5fd
a pale, electric cyan · cool · closest name: lavender
RGB
200, 245, 253
HSL
189°, 93%, 89%
CMYK
21, 3, 0, 1
Luminance
0.8468
Every format
| HEX | #c8f5fd |
| RGB | rgb(200, 245, 253) |
| HSL | hsl(189, 93%, 89%) |
| CMYK | cmyk(21%, 3%, 0%, 1%) |
| LAB | lab(93.7 -12.6 -8.6) |
| LCH | lch(93.7 15.3 214.2) |
| OKLCH | oklch(0.941 0.047 209.6) |
Copy-ready code
/* CSS */
color: #c8f5fd;
background-color: #c8f5fd;
/* Tailwind (arbitrary) */
class="text-[#c8f5fd] bg-[#c8f5fd]"
/* SCSS */
$brand: #c8f5fd;
/* SwiftUI */
Color(red: 0.784, green: 0.961, blue: 0.992)
/* Android */
Color.parseColor("#c8f5fd")Accessibility — WCAG contrast
Aa
#c8f5fd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8f5fd on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green96.1%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta3.2%
Yellow0.0%
Key (black)0.8%
Color previews
#c8f5fd text on a black background
contrast 17.94:1
Card sample
#c8f5fd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8f5fd;
Background color
Panel with #c8f5fd background
background-color: #c8f5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8f5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 245, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 245, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8f5fd; background: linear-gradient(135deg, #c8f5fd, #C8D2FD);