#cdefba
a light, vivid green · cool · closest name: beige
RGB
205, 239, 186
HSL
99°, 62%, 83%
CMYK
14, 0, 22, 6
Luminance
0.7826
Every format
| HEX | #cdefba |
| RGB | rgb(205, 239, 186) |
| HSL | hsl(99, 62%, 83%) |
| CMYK | cmyk(14%, 0%, 22%, 6%) |
| LAB | lab(90.9 -20.5 22.1) |
| LCH | lch(90.9 30.1 132.8) |
| OKLCH | oklch(0.914 0.079 134.5) |
Copy-ready code
/* CSS */
color: #cdefba;
background-color: #cdefba;
/* Tailwind (arbitrary) */
class="text-[#cdefba] bg-[#cdefba]"
/* SCSS */
$brand: #cdefba;
/* SwiftUI */
Color(red: 0.804, green: 0.937, blue: 0.729)
/* Android */
Color.parseColor("#cdefba")Accessibility — WCAG contrast
Aa
#cdefba on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdefba on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.7%
Blue72.9%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow22.2%
Key (black)6.3%
Color previews
#cdefba text on a black background
contrast 16.65:1
Card sample
#cdefba text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdefba;
Background color
Panel with #cdefba background
background-color: #cdefba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdefba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 239, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 239, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdefba; background: linear-gradient(135deg, #cdefba, #BAEFCA);