#c8f2fc
a pale, electric cyan · cool · closest name: lavender
RGB
200, 242, 252
HSL
192°, 90%, 89%
CMYK
21, 4, 0, 1
Luminance
0.8281
Every format
| HEX | #c8f2fc |
| RGB | rgb(200, 242, 252) |
| HSL | hsl(192, 90%, 89%) |
| CMYK | cmyk(21%, 4%, 0%, 1%) |
| LAB | lab(92.9 -11.3 -9.3) |
| LCH | lch(92.9 14.7 219.3) |
| OKLCH | oklch(0.935 0.045 213.8) |
Copy-ready code
/* CSS */
color: #c8f2fc;
background-color: #c8f2fc;
/* Tailwind (arbitrary) */
class="text-[#c8f2fc] bg-[#c8f2fc]"
/* SCSS */
$brand: #c8f2fc;
/* SwiftUI */
Color(red: 0.784, green: 0.949, blue: 0.988)
/* Android */
Color.parseColor("#c8f2fc")Accessibility — WCAG contrast
Aa
#c8f2fc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8f2fc on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green94.9%
Blue98.8%
CMYK percentages
Cyan20.6%
Magenta4.0%
Yellow0.0%
Key (black)1.2%
Color previews
#c8f2fc text on a black background
contrast 17.56:1
Card sample
#c8f2fc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8f2fc;
Background color
Panel with #c8f2fc background
background-color: #c8f2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8f2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 242, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 242, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8f2fc; background: linear-gradient(135deg, #c8f2fc, #C8CFFC);