#cbe0eb
a pale, soft blue · cool · closest name: lavender
RGB
203, 224, 235
HSL
201°, 44%, 86%
CMYK
14, 5, 0, 8
Luminance
0.7201
Every format
| HEX | #cbe0eb |
| RGB | rgb(203, 224, 235) |
| HSL | hsl(201, 44%, 86%) |
| CMYK | cmyk(14%, 5%, 0%, 8%) |
| LAB | lab(88.0 -4.8 -7.7) |
| LCH | lch(88.0 9.1 238.3) |
| OKLCH | oklch(0.894 0.027 230.4) |
Copy-ready code
/* CSS */
color: #cbe0eb;
background-color: #cbe0eb;
/* Tailwind (arbitrary) */
class="text-[#cbe0eb] bg-[#cbe0eb]"
/* SCSS */
$brand: #cbe0eb;
/* SwiftUI */
Color(red: 0.796, green: 0.878, blue: 0.922)
/* Android */
Color.parseColor("#cbe0eb")Accessibility — WCAG contrast
Aa
#cbe0eb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbe0eb on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.8%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta4.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cbe0eb text on a black background
contrast 15.40:1
Card sample
#cbe0eb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbe0eb;
Background color
Panel with #cbe0eb background
background-color: #cbe0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbe0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 224, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 224, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbe0eb; background: linear-gradient(135deg, #cbe0eb, #CBCBEB);