#cff4eb
a pale, vivid cyan · cool · closest name: ivory
RGB
207, 244, 235
HSL
165°, 63%, 88%
CMYK
15, 0, 4, 4
Luminance
0.8396
Every format
| HEX | #cff4eb |
| RGB | rgb(207, 244, 235) |
| HSL | hsl(165, 63%, 88%) |
| CMYK | cmyk(15%, 0%, 4%, 4%) |
| LAB | lab(93.4 -13.7 0.3) |
| LCH | lch(93.4 13.7 178.6) |
| OKLCH | oklch(0.938 0.040 179.0) |
Copy-ready code
/* CSS */
color: #cff4eb;
background-color: #cff4eb;
/* Tailwind (arbitrary) */
class="text-[#cff4eb] bg-[#cff4eb]"
/* SCSS */
$brand: #cff4eb;
/* SwiftUI */
Color(red: 0.812, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#cff4eb")Accessibility — WCAG contrast
Aa
#cff4eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff4eb on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green95.7%
Blue92.2%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow3.7%
Key (black)4.3%
Color previews
#cff4eb text on a black background
contrast 17.79:1
Card sample
#cff4eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff4eb;
Background color
Panel with #cff4eb background
background-color: #cff4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff4eb; background: linear-gradient(135deg, #cff4eb, #CFE4F4);