#cbddef
a pale, vivid blue · cool · closest name: lavender
RGB
203, 221, 239
HSL
210°, 53%, 87%
CMYK
15, 8, 0, 6
Luminance
0.7064
Every format
| HEX | #cbddef |
| RGB | rgb(203, 221, 239) |
| HSL | hsl(210, 53%, 87%) |
| CMYK | cmyk(15%, 8%, 0%, 6%) |
| LAB | lab(87.3 -2.4 -10.8) |
| LCH | lch(87.3 11.1 257.5) |
| OKLCH | oklch(0.890 0.032 248.2) |
Copy-ready code
/* CSS */
color: #cbddef;
background-color: #cbddef;
/* Tailwind (arbitrary) */
class="text-[#cbddef] bg-[#cbddef]"
/* SCSS */
$brand: #cbddef;
/* SwiftUI */
Color(red: 0.796, green: 0.867, blue: 0.937)
/* Android */
Color.parseColor("#cbddef")Accessibility — WCAG contrast
Aa
#cbddef on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbddef on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green86.7%
Blue93.7%
CMYK percentages
Cyan15.1%
Magenta7.5%
Yellow0.0%
Key (black)6.3%
Color previews
#cbddef text on a black background
contrast 15.13:1
Card sample
#cbddef text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbddef;
Background color
Panel with #cbddef background
background-color: #cbddef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbddef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 221, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 221, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbddef; background: linear-gradient(135deg, #cbddef, #D1CBEF);