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