#cff2d3
a pale, vivid green · cool · closest name: beige
RGB
207, 242, 211
HSL
127°, 57%, 88%
CMYK
15, 0, 13, 5
Luminance
0.8147
Every format
| HEX | #cff2d3 |
| RGB | rgb(207, 242, 211) |
| HSL | hsl(127, 57%, 88%) |
| CMYK | cmyk(15%, 0%, 13%, 5%) |
| LAB | lab(92.3 -17.1 11.2) |
| LCH | lch(92.3 20.4 146.8) |
| OKLCH | oklch(0.928 0.055 148.3) |
Copy-ready code
/* CSS */
color: #cff2d3;
background-color: #cff2d3;
/* Tailwind (arbitrary) */
class="text-[#cff2d3] bg-[#cff2d3]"
/* SCSS */
$brand: #cff2d3;
/* SwiftUI */
Color(red: 0.812, green: 0.949, blue: 0.827)
/* Android */
Color.parseColor("#cff2d3")Accessibility — WCAG contrast
Aa
#cff2d3 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff2d3 on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green94.9%
Blue82.7%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow12.8%
Key (black)5.1%
Color previews
#cff2d3 text on a black background
contrast 17.29:1
Card sample
#cff2d3 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff2d3;
Background color
Panel with #cff2d3 background
background-color: #cff2d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff2d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 242, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 242, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff2d3; background: linear-gradient(135deg, #cff2d3, #CFF2EA);