#cbe2eb
a pale, soft cyan · cool · closest name: lavender
RGB
203, 226, 235
HSL
197°, 44%, 86%
CMYK
14, 4, 0, 8
Luminance
0.7309
Every format
| HEX | #cbe2eb |
| RGB | rgb(203, 226, 235) |
| HSL | hsl(197, 44%, 86%) |
| CMYK | cmyk(14%, 4%, 0%, 8%) |
| LAB | lab(88.5 -5.8 -7.0) |
| LCH | lch(88.5 9.1 230.2) |
| OKLCH | oklch(0.898 0.027 223.2) |
Copy-ready code
/* CSS */
color: #cbe2eb;
background-color: #cbe2eb;
/* Tailwind (arbitrary) */
class="text-[#cbe2eb] bg-[#cbe2eb]"
/* SCSS */
$brand: #cbe2eb;
/* SwiftUI */
Color(red: 0.796, green: 0.886, blue: 0.922)
/* Android */
Color.parseColor("#cbe2eb")Accessibility — WCAG contrast
Aa
#cbe2eb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbe2eb on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green88.6%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta3.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cbe2eb text on a black background
contrast 15.62:1
Card sample
#cbe2eb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbe2eb;
Background color
Panel with #cbe2eb background
background-color: #cbe2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbe2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 226, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 226, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbe2eb; background: linear-gradient(135deg, #cbe2eb, #CBCDEB);