#cbf2be
a light, vivid green · cool · closest name: beige
RGB
203, 242, 190
HSL
105°, 67%, 85%
CMYK
16, 0, 22, 5
Luminance
0.7992
Every format
| HEX | #cbf2be |
| RGB | rgb(203, 242, 190) |
| HSL | hsl(105, 67%, 85%) |
| CMYK | cmyk(16%, 0%, 22%, 5%) |
| LAB | lab(91.7 -22.0 21.0) |
| LCH | lch(91.7 30.4 136.3) |
| OKLCH | oklch(0.920 0.080 137.9) |
Copy-ready code
/* CSS */
color: #cbf2be;
background-color: #cbf2be;
/* Tailwind (arbitrary) */
class="text-[#cbf2be] bg-[#cbf2be]"
/* SCSS */
$brand: #cbf2be;
/* SwiftUI */
Color(red: 0.796, green: 0.949, blue: 0.745)
/* Android */
Color.parseColor("#cbf2be")Accessibility — WCAG contrast
Aa
#cbf2be on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf2be on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.9%
Blue74.5%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow21.5%
Key (black)5.1%
Color previews
#cbf2be text on a black background
contrast 16.98:1
Card sample
#cbf2be text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf2be;
Background color
Panel with #cbf2be background
background-color: #cbf2be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf2be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 242, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 242, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf2be; background: linear-gradient(135deg, #cbf2be, #BEF2D4);