#cbdfea
a pale, soft blue · cool · closest name: lavender
RGB
203, 223, 234
HSL
201°, 43%, 86%
CMYK
13, 5, 0, 8
Luminance
0.7141
Every format
| HEX | #cbdfea |
| RGB | rgb(203, 223, 234) |
| HSL | hsl(201, 43%, 86%) |
| CMYK | cmyk(13%, 5%, 0%, 8%) |
| LAB | lab(87.7 -4.5 -7.6) |
| LCH | lch(87.7 8.8 239.7) |
| OKLCH | oklch(0.892 0.026 231.6) |
Copy-ready code
/* CSS */
color: #cbdfea;
background-color: #cbdfea;
/* Tailwind (arbitrary) */
class="text-[#cbdfea] bg-[#cbdfea]"
/* SCSS */
$brand: #cbdfea;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.918)
/* Android */
Color.parseColor("#cbdfea")Accessibility — WCAG contrast
Aa
#cbdfea on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdfea on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue91.8%
CMYK percentages
Cyan13.2%
Magenta4.7%
Yellow0.0%
Key (black)8.2%
Color previews
#cbdfea text on a black background
contrast 15.28:1
Card sample
#cbdfea text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdfea;
Background color
Panel with #cbdfea background
background-color: #cbdfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdfea; background: linear-gradient(135deg, #cbdfea, #CCCBEA);