#cff5eb
a pale, vivid cyan · cool · closest name: ivory
RGB
207, 245, 235
HSL
164°, 66%, 89%
CMYK
16, 0, 4, 4
Luminance
0.8457
Every format
| HEX | #cff5eb |
| RGB | rgb(207, 245, 235) |
| HSL | hsl(164, 66%, 89%) |
| CMYK | cmyk(16%, 0%, 4%, 4%) |
| LAB | lab(93.7 -14.2 0.7) |
| LCH | lch(93.7 14.2 177.1) |
| OKLCH | oklch(0.940 0.042 177.7) |
Copy-ready code
/* CSS */
color: #cff5eb;
background-color: #cff5eb;
/* Tailwind (arbitrary) */
class="text-[#cff5eb] bg-[#cff5eb]"
/* SCSS */
$brand: #cff5eb;
/* SwiftUI */
Color(red: 0.812, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#cff5eb")Accessibility — WCAG contrast
Aa
#cff5eb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff5eb on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.1%
Blue92.2%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#cff5eb text on a black background
contrast 17.91:1
Card sample
#cff5eb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff5eb;
Background color
Panel with #cff5eb background
background-color: #cff5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff5eb; background: linear-gradient(135deg, #cff5eb, #CFE6F5);