#cbf2df
a pale, vivid green · cool · closest name: beige
RGB
203, 242, 223
HSL
151°, 60%, 87%
CMYK
16, 0, 8, 5
Luminance
0.8153
Every format
| HEX | #cbf2df |
| RGB | rgb(203, 242, 223) |
| HSL | hsl(151, 60%, 87%) |
| CMYK | cmyk(16%, 0%, 8%, 5%) |
| LAB | lab(92.4 -16.2 5.0) |
| LCH | lch(92.4 17.0 162.9) |
| OKLCH | oklch(0.928 0.048 164.4) |
Copy-ready code
/* CSS */
color: #cbf2df;
background-color: #cbf2df;
/* Tailwind (arbitrary) */
class="text-[#cbf2df] bg-[#cbf2df]"
/* SCSS */
$brand: #cbf2df;
/* SwiftUI */
Color(red: 0.796, green: 0.949, blue: 0.875)
/* Android */
Color.parseColor("#cbf2df")Accessibility — WCAG contrast
Aa
#cbf2df on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf2df on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.9%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow7.9%
Key (black)5.1%
Color previews
#cbf2df text on a black background
contrast 17.31:1
Card sample
#cbf2df text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf2df;
Background color
Panel with #cbf2df background
background-color: #cbf2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 242, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 242, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf2df; background: linear-gradient(135deg, #cbf2df, #CBEBF2);