#cbcfdf
a light, soft blue · warm · closest name: lavender
RGB
203, 207, 223
HSL
228°, 24%, 84%
CMYK
9, 7, 0, 13
Luminance
0.6265
Every format
| HEX | #cbcfdf |
| RGB | rgb(203, 207, 223) |
| HSL | hsl(228, 24%, 84%) |
| CMYK | cmyk(9%, 7%, 0%, 13%) |
| LAB | lab(83.3 1.7 -8.4) |
| LCH | lch(83.3 8.5 281.5) |
| OKLCH | oklch(0.856 0.022 274.7) |
Copy-ready code
/* CSS */
color: #cbcfdf;
background-color: #cbcfdf;
/* Tailwind (arbitrary) */
class="text-[#cbcfdf] bg-[#cbcfdf]"
/* SCSS */
$brand: #cbcfdf;
/* SwiftUI */
Color(red: 0.796, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#cbcfdf")Accessibility — WCAG contrast
Aa
#cbcfdf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcfdf on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green81.2%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cbcfdf text on a black background
contrast 13.53:1
Card sample
#cbcfdf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcfdf;
Background color
Panel with #cbcfdf background
background-color: #cbcfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcfdf; background: linear-gradient(135deg, #cbcfdf, #D4CBDF);