#caf2cb
a pale, vivid green · cool · closest name: beige
RGB
202, 242, 203
HSL
122°, 61%, 87%
CMYK
17, 0, 16, 5
Luminance
0.8037
Every format
| HEX | #caf2cb |
| RGB | rgb(202, 242, 203) |
| HSL | hsl(122, 61%, 87%) |
| CMYK | cmyk(17%, 0%, 16%, 5%) |
| LAB | lab(91.8 -20.1 14.6) |
| LCH | lch(91.8 24.9 144.1) |
| OKLCH | oklch(0.922 0.067 145.7) |
Copy-ready code
/* CSS */
color: #caf2cb;
background-color: #caf2cb;
/* Tailwind (arbitrary) */
class="text-[#caf2cb] bg-[#caf2cb]"
/* SCSS */
$brand: #caf2cb;
/* SwiftUI */
Color(red: 0.792, green: 0.949, blue: 0.796)
/* Android */
Color.parseColor("#caf2cb")Accessibility — WCAG contrast
Aa
#caf2cb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf2cb on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.9%
Blue79.6%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow16.1%
Key (black)5.1%
Color previews
#caf2cb text on a black background
contrast 17.07:1
Card sample
#caf2cb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf2cb;
Background color
Panel with #caf2cb background
background-color: #caf2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 242, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 242, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf2cb; background: linear-gradient(135deg, #caf2cb, #CAF2E6);