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