#c3ffeb
a pale, electric cyan · cool · closest name: beige
RGB
195, 255, 235
HSL
160°, 100%, 88%
CMYK
24, 0, 8, 0
Luminance
0.8912
Every format
| HEX | #c3ffeb |
| RGB | rgb(195, 255, 235) |
| HSL | hsl(160, 100%, 88%) |
| CMYK | cmyk(24%, 0%, 8%, 0%) |
| LAB | lab(95.6 -22.7 3.4) |
| LCH | lch(95.6 23.0 171.4) |
| OKLCH | oklch(0.954 0.066 172.4) |
Copy-ready code
/* CSS */
color: #c3ffeb;
background-color: #c3ffeb;
/* Tailwind (arbitrary) */
class="text-[#c3ffeb] bg-[#c3ffeb]"
/* SCSS */
$brand: #c3ffeb;
/* SwiftUI */
Color(red: 0.765, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#c3ffeb")Accessibility — WCAG contrast
Aa
#c3ffeb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ffeb on black: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green100.0%
Blue92.2%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#c3ffeb text on a black background
contrast 18.82:1
Card sample
#c3ffeb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ffeb;
Background color
Panel with #c3ffeb background
background-color: #c3ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ffeb; background: linear-gradient(135deg, #c3ffeb, #C3EBFF);