#cbf7cb
a pale, vivid green · cool · closest name: beige
RGB
203, 247, 203
HSL
120°, 73%, 88%
CMYK
18, 0, 18, 3
Luminance
0.8353
Every format
| HEX | #cbf7cb |
| RGB | rgb(203, 247, 203) |
| HSL | hsl(120, 73%, 88%) |
| CMYK | cmyk(18%, 0%, 18%, 3%) |
| LAB | lab(93.3 -22.2 16.6) |
| LCH | lch(93.3 27.7 143.3) |
| OKLCH | oklch(0.934 0.074 145.0) |
Copy-ready code
/* CSS */
color: #cbf7cb;
background-color: #cbf7cb;
/* Tailwind (arbitrary) */
class="text-[#cbf7cb] bg-[#cbf7cb]"
/* SCSS */
$brand: #cbf7cb;
/* SwiftUI */
Color(red: 0.796, green: 0.969, blue: 0.796)
/* Android */
Color.parseColor("#cbf7cb")Accessibility — WCAG contrast
Aa
#cbf7cb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf7cb on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.9%
Blue79.6%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow17.8%
Key (black)3.1%
Color previews
#cbf7cb text on a black background
contrast 17.71:1
Card sample
#cbf7cb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf7cb;
Background color
Panel with #cbf7cb background
background-color: #cbf7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 247, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 247, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf7cb; background: linear-gradient(135deg, #cbf7cb, #CBF7E8);