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