#cbe2fd
a pale, electric blue · cool · closest name: lavender
RGB
203, 226, 253
HSL
212°, 93%, 89%
CMYK
20, 11, 0, 1
Luminance
0.7418
Every format
| HEX | #cbe2fd |
| RGB | rgb(203, 226, 253) |
| HSL | hsl(212, 93%, 89%) |
| CMYK | cmyk(20%, 11%, 0%, 1%) |
| LAB | lab(89.0 -2.0 -15.6) |
| LCH | lch(89.0 15.8 262.5) |
| OKLCH | oklch(0.904 0.044 252.5) |
Copy-ready code
/* CSS */
color: #cbe2fd;
background-color: #cbe2fd;
/* Tailwind (arbitrary) */
class="text-[#cbe2fd] bg-[#cbe2fd]"
/* SCSS */
$brand: #cbe2fd;
/* SwiftUI */
Color(red: 0.796, green: 0.886, blue: 0.992)
/* Android */
Color.parseColor("#cbe2fd")Accessibility — WCAG contrast
Aa
#cbe2fd on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbe2fd on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green88.6%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta10.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cbe2fd text on a black background
contrast 15.84:1
Card sample
#cbe2fd text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbe2fd;
Background color
Panel with #cbe2fd background
background-color: #cbe2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbe2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 226, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 226, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbe2fd; background: linear-gradient(135deg, #cbe2fd, #D5CBFD);