#c8fceb
a pale, electric cyan · cool · closest name: beige
RGB
200, 252, 235
HSL
160°, 90%, 89%
CMYK
21, 0, 7, 1
Luminance
0.8790
Every format
| HEX | #c8fceb |
| RGB | rgb(200, 252, 235) |
| HSL | hsl(160, 90%, 89%) |
| CMYK | cmyk(21%, 0%, 7%, 1%) |
| LAB | lab(95.1 -19.8 2.7) |
| LCH | lch(95.1 19.9 172.1) |
| OKLCH | oklch(0.951 0.058 173.1) |
Copy-ready code
/* CSS */
color: #c8fceb;
background-color: #c8fceb;
/* Tailwind (arbitrary) */
class="text-[#c8fceb] bg-[#c8fceb]"
/* SCSS */
$brand: #c8fceb;
/* SwiftUI */
Color(red: 0.784, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#c8fceb")Accessibility — WCAG contrast
Aa
#c8fceb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8fceb on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green98.8%
Blue92.2%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#c8fceb text on a black background
contrast 18.58:1
Card sample
#c8fceb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8fceb;
Background color
Panel with #c8fceb background
background-color: #c8fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8fceb; background: linear-gradient(135deg, #c8fceb, #C8EAFC);