#c3f1eb
a pale, vivid cyan · cool · closest name: ivory
RGB
195, 241, 235
HSL
172°, 62%, 86%
CMYK
19, 0, 3, 6
Luminance
0.8051
Every format
| HEX | #c3f1eb |
| RGB | rgb(195, 241, 235) |
| HSL | hsl(172, 62%, 86%) |
| CMYK | cmyk(19%, 0%, 3%, 6%) |
| LAB | lab(91.9 -15.9 -2.0) |
| LCH | lch(91.9 16.0 187.1) |
| OKLCH | oklch(0.924 0.048 186.6) |
Copy-ready code
/* CSS */
color: #c3f1eb;
background-color: #c3f1eb;
/* Tailwind (arbitrary) */
class="text-[#c3f1eb] bg-[#c3f1eb]"
/* SCSS */
$brand: #c3f1eb;
/* SwiftUI */
Color(red: 0.765, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#c3f1eb")Accessibility — WCAG contrast
Aa
#c3f1eb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3f1eb on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green94.5%
Blue92.2%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#c3f1eb text on a black background
contrast 17.10:1
Card sample
#c3f1eb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3f1eb;
Background color
Panel with #c3f1eb background
background-color: #c3f1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3f1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3f1eb; background: linear-gradient(135deg, #c3f1eb, #C3D8F1);