#cbf5da
a pale, vivid green · cool · closest name: beige
RGB
203, 245, 218
HSL
141°, 68%, 88%
CMYK
17, 0, 11, 4
Luminance
0.8306
Every format
| HEX | #cbf5da |
| RGB | rgb(203, 245, 218) |
| HSL | hsl(141, 68%, 88%) |
| CMYK | cmyk(17%, 0%, 11%, 4%) |
| LAB | lab(93.0 -18.6 8.5) |
| LCH | lch(93.0 20.5 155.4) |
| OKLCH | oklch(0.933 0.057 156.9) |
Copy-ready code
/* CSS */
color: #cbf5da;
background-color: #cbf5da;
/* Tailwind (arbitrary) */
class="text-[#cbf5da] bg-[#cbf5da]"
/* SCSS */
$brand: #cbf5da;
/* SwiftUI */
Color(red: 0.796, green: 0.961, blue: 0.855)
/* Android */
Color.parseColor("#cbf5da")Accessibility — WCAG contrast
Aa
#cbf5da on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf5da on black: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.1%
Blue85.5%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow11.0%
Key (black)3.9%
Color previews
#cbf5da text on a black background
contrast 17.61:1
Card sample
#cbf5da text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf5da;
Background color
Panel with #cbf5da background
background-color: #cbf5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 245, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 245, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf5da; background: linear-gradient(135deg, #cbf5da, #CBF4F5);