#caf3cb
a pale, vivid green · cool · closest name: beige
RGB
202, 243, 203
HSL
122°, 63%, 87%
CMYK
17, 0, 17, 5
Luminance
0.8097
Every format
| HEX | #caf3cb |
| RGB | rgb(202, 243, 203) |
| HSL | hsl(122, 63%, 87%) |
| CMYK | cmyk(17%, 0%, 17%, 5%) |
| LAB | lab(92.1 -20.6 15.0) |
| LCH | lch(92.1 25.5 144.0) |
| OKLCH | oklch(0.925 0.068 145.6) |
Copy-ready code
/* CSS */
color: #caf3cb;
background-color: #caf3cb;
/* Tailwind (arbitrary) */
class="text-[#caf3cb] bg-[#caf3cb]"
/* SCSS */
$brand: #caf3cb;
/* SwiftUI */
Color(red: 0.792, green: 0.953, blue: 0.796)
/* Android */
Color.parseColor("#caf3cb")Accessibility — WCAG contrast
Aa
#caf3cb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf3cb on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green95.3%
Blue79.6%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow16.5%
Key (black)4.7%
Color previews
#caf3cb text on a black background
contrast 17.19:1
Card sample
#caf3cb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf3cb;
Background color
Panel with #caf3cb background
background-color: #caf3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 243, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 243, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf3cb; background: linear-gradient(135deg, #caf3cb, #CAF3E6);