#c1f5eb
a pale, vivid cyan · cool · closest name: ivory
RGB
193, 245, 235
HSL
169°, 72%, 86%
CMYK
21, 0, 4, 4
Luminance
0.8264
Every format
| HEX | #c1f5eb |
| RGB | rgb(193, 245, 235) |
| HSL | hsl(169, 72%, 86%) |
| CMYK | cmyk(21%, 0%, 4%, 4%) |
| LAB | lab(92.9 -18.5 -0.6) |
| LCH | lch(92.9 18.5 181.9) |
| OKLCH | oklch(0.931 0.055 182.0) |
Copy-ready code
/* CSS */
color: #c1f5eb;
background-color: #c1f5eb;
/* Tailwind (arbitrary) */
class="text-[#c1f5eb] bg-[#c1f5eb]"
/* SCSS */
$brand: #c1f5eb;
/* SwiftUI */
Color(red: 0.757, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#c1f5eb")Accessibility — WCAG contrast
Aa
#c1f5eb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1f5eb on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green96.1%
Blue92.2%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#c1f5eb text on a black background
contrast 17.53:1
Card sample
#c1f5eb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1f5eb;
Background color
Panel with #c1f5eb background
background-color: #c1f5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1f5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1f5eb; background: linear-gradient(135deg, #c1f5eb, #C1DCF5);