#cff1cc
a pale, vivid green · cool · closest name: beige
RGB
207, 241, 204
HSL
115°, 57%, 87%
CMYK
14, 0, 15, 6
Luminance
0.8054
Every format
| HEX | #cff1cc |
| RGB | rgb(207, 241, 204) |
| HSL | hsl(115, 57%, 87%) |
| CMYK | cmyk(14%, 0%, 15%, 6%) |
| LAB | lab(91.9 -17.8 14.2) |
| LCH | lch(91.9 22.8 141.4) |
| OKLCH | oklch(0.924 0.061 142.9) |
Copy-ready code
/* CSS */
color: #cff1cc;
background-color: #cff1cc;
/* Tailwind (arbitrary) */
class="text-[#cff1cc] bg-[#cff1cc]"
/* SCSS */
$brand: #cff1cc;
/* SwiftUI */
Color(red: 0.812, green: 0.945, blue: 0.800)
/* Android */
Color.parseColor("#cff1cc")Accessibility — WCAG contrast
Aa
#cff1cc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff1cc on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green94.5%
Blue80.0%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow15.4%
Key (black)5.5%
Color previews
#cff1cc text on a black background
contrast 17.11:1
Card sample
#cff1cc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff1cc;
Background color
Panel with #cff1cc background
background-color: #cff1cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff1cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 241, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 241, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff1cc; background: linear-gradient(135deg, #cff1cc, #CCF1E2);