#c0ffeb
a pale, electric cyan · cool · closest name: beige
RGB
192, 255, 235
HSL
161°, 100%, 88%
CMYK
25, 0, 8, 0
Luminance
0.8872
Every format
| HEX | #c0ffeb |
| RGB | rgb(192, 255, 235) |
| HSL | hsl(161, 100%, 88%) |
| CMYK | cmyk(25%, 0%, 8%, 0%) |
| LAB | lab(95.5 -23.6 3.2) |
| LCH | lch(95.5 23.8 172.3) |
| OKLCH | oklch(0.952 0.069 173.3) |
Copy-ready code
/* CSS */
color: #c0ffeb;
background-color: #c0ffeb;
/* Tailwind (arbitrary) */
class="text-[#c0ffeb] bg-[#c0ffeb]"
/* SCSS */
$brand: #c0ffeb;
/* SwiftUI */
Color(red: 0.753, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#c0ffeb")Accessibility — WCAG contrast
Aa
#c0ffeb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ffeb on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green100.0%
Blue92.2%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#c0ffeb text on a black background
contrast 18.74:1
Card sample
#c0ffeb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ffeb;
Background color
Panel with #c0ffeb background
background-color: #c0ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ffeb; background: linear-gradient(135deg, #c0ffeb, #C0E9FF);