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