#c8fcf0
a pale, electric cyan · cool · closest name: ivory
RGB
200, 252, 240
HSL
166°, 90%, 89%
CMYK
21, 0, 5, 1
Luminance
0.8819
Every format
| HEX | #c8fcf0 |
| RGB | rgb(200, 252, 240) |
| HSL | hsl(166, 90%, 89%) |
| CMYK | cmyk(21%, 0%, 5%, 1%) |
| LAB | lab(95.2 -18.8 0.3) |
| LCH | lch(95.2 18.8 179.0) |
| OKLCH | oklch(0.952 0.055 179.4) |
Copy-ready code
/* CSS */
color: #c8fcf0;
background-color: #c8fcf0;
/* Tailwind (arbitrary) */
class="text-[#c8fcf0] bg-[#c8fcf0]"
/* SCSS */
$brand: #c8fcf0;
/* SwiftUI */
Color(red: 0.784, green: 0.988, blue: 0.941)
/* Android */
Color.parseColor("#c8fcf0")Accessibility — WCAG contrast
Aa
#c8fcf0 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8fcf0 on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green98.8%
Blue94.1%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow4.8%
Key (black)1.2%
Color previews
#c8fcf0 text on a black background
contrast 18.64:1
Card sample
#c8fcf0 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8fcf0;
Background color
Panel with #c8fcf0 background
background-color: #c8fcf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8fcf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 252, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 252, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8fcf0; background: linear-gradient(135deg, #c8fcf0, #C8E5FC);