#cff6ce
a pale, vivid green · cool · closest name: beige
RGB
207, 246, 206
HSL
119°, 69%, 89%
CMYK
16, 0, 16, 4
Luminance
0.8363
Every format
| HEX | #cff6ce |
| RGB | rgb(207, 246, 206) |
| HSL | hsl(119, 69%, 89%) |
| CMYK | cmyk(16%, 0%, 16%, 4%) |
| LAB | lab(93.3 -19.9 15.1) |
| LCH | lch(93.3 25.0 142.8) |
| OKLCH | oklch(0.935 0.067 144.4) |
Copy-ready code
/* CSS */
color: #cff6ce;
background-color: #cff6ce;
/* Tailwind (arbitrary) */
class="text-[#cff6ce] bg-[#cff6ce]"
/* SCSS */
$brand: #cff6ce;
/* SwiftUI */
Color(red: 0.812, green: 0.965, blue: 0.808)
/* Android */
Color.parseColor("#cff6ce")Accessibility — WCAG contrast
Aa
#cff6ce on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff6ce on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.5%
Blue80.8%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow16.3%
Key (black)3.5%
Color previews
#cff6ce text on a black background
contrast 17.73:1
Card sample
#cff6ce text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff6ce;
Background color
Panel with #cff6ce background
background-color: #cff6ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff6ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 246, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 246, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff6ce; background: linear-gradient(135deg, #cff6ce, #CEF6E8);