#c3feef
a pale, electric cyan · cool · closest name: ivory
RGB
195, 254, 239
HSL
165°, 97%, 88%
CMYK
23, 0, 6, 0
Luminance
0.8872
Every format
| HEX | #c3feef |
| RGB | rgb(195, 254, 239) |
| HSL | hsl(165, 97%, 88%) |
| CMYK | cmyk(23%, 0%, 6%, 0%) |
| LAB | lab(95.5 -21.4 1.1) |
| LCH | lch(95.5 21.5 177.0) |
| OKLCH | oklch(0.953 0.063 177.6) |
Copy-ready code
/* CSS */
color: #c3feef;
background-color: #c3feef;
/* Tailwind (arbitrary) */
class="text-[#c3feef] bg-[#c3feef]"
/* SCSS */
$brand: #c3feef;
/* SwiftUI */
Color(red: 0.765, green: 0.996, blue: 0.937)
/* Android */
Color.parseColor("#c3feef")Accessibility — WCAG contrast
Aa
#c3feef on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3feef on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green99.6%
Blue93.7%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow5.9%
Key (black)0.4%
Color previews
#c3feef text on a black background
contrast 18.74:1
Card sample
#c3feef text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3feef;
Background color
Panel with #c3feef background
background-color: #c3feef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3feef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 254, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 254, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3feef; background: linear-gradient(135deg, #c3feef, #C3E6FE);