#cbf3df
a pale, vivid green · cool · closest name: beige
RGB
203, 243, 223
HSL
150°, 63%, 88%
CMYK
17, 0, 8, 5
Luminance
0.8213
Every format
| HEX | #cbf3df |
| RGB | rgb(203, 243, 223) |
| HSL | hsl(150, 63%, 88%) |
| CMYK | cmyk(17%, 0%, 8%, 5%) |
| LAB | lab(92.6 -16.7 5.4) |
| LCH | lch(92.6 17.6 162.2) |
| OKLCH | oklch(0.930 0.049 163.7) |
Copy-ready code
/* CSS */
color: #cbf3df;
background-color: #cbf3df;
/* Tailwind (arbitrary) */
class="text-[#cbf3df] bg-[#cbf3df]"
/* SCSS */
$brand: #cbf3df;
/* SwiftUI */
Color(red: 0.796, green: 0.953, blue: 0.875)
/* Android */
Color.parseColor("#cbf3df")Accessibility — WCAG contrast
Aa
#cbf3df on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf3df on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.3%
Blue87.5%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow8.2%
Key (black)4.7%
Color previews
#cbf3df text on a black background
contrast 17.43:1
Card sample
#cbf3df text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf3df;
Background color
Panel with #cbf3df background
background-color: #cbf3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 243, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 243, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf3df; background: linear-gradient(135deg, #cbf3df, #CBECF3);