#cbccef
a pale, vivid blue · warm · closest name: lavender
RGB
203, 204, 239
HSL
238°, 53%, 87%
CMYK
15, 15, 0, 6
Luminance
0.6211
Every format
| HEX | #cbccef |
| RGB | rgb(203, 204, 239) |
| HSL | hsl(238, 53%, 87%) |
| CMYK | cmyk(15%, 15%, 0%, 6%) |
| LAB | lab(83.0 6.5 -17.3) |
| LCH | lch(83.0 18.5 290.7) |
| OKLCH | oklch(0.856 0.048 284.0) |
Copy-ready code
/* CSS */
color: #cbccef;
background-color: #cbccef;
/* Tailwind (arbitrary) */
class="text-[#cbccef] bg-[#cbccef]"
/* SCSS */
$brand: #cbccef;
/* SwiftUI */
Color(red: 0.796, green: 0.800, blue: 0.937)
/* Android */
Color.parseColor("#cbccef")Accessibility — WCAG contrast
Aa
#cbccef on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbccef on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green80.0%
Blue93.7%
CMYK percentages
Cyan15.1%
Magenta14.6%
Yellow0.0%
Key (black)6.3%
Color previews
#cbccef text on a black background
contrast 13.42:1
Card sample
#cbccef text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbccef;
Background color
Panel with #cbccef background
background-color: #cbccef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbccef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 204, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 204, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbccef; background: linear-gradient(135deg, #cbccef, #E2CBEF);