#cbe7eb
a pale, soft cyan · cool · closest name: lavender
RGB
203, 231, 235
HSL
188°, 44%, 86%
CMYK
14, 2, 0, 8
Luminance
0.7585
Every format
| HEX | #cbe7eb |
| RGB | rgb(203, 231, 235) |
| HSL | hsl(188, 44%, 86%) |
| CMYK | cmyk(14%, 2%, 0%, 8%) |
| LAB | lab(89.8 -8.4 -5.0) |
| LCH | lch(89.8 9.8 211.1) |
| OKLCH | oklch(0.909 0.030 207.1) |
Copy-ready code
/* CSS */
color: #cbe7eb;
background-color: #cbe7eb;
/* Tailwind (arbitrary) */
class="text-[#cbe7eb] bg-[#cbe7eb]"
/* SCSS */
$brand: #cbe7eb;
/* SwiftUI */
Color(red: 0.796, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#cbe7eb")Accessibility — WCAG contrast
Aa
#cbe7eb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbe7eb on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green90.6%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta1.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cbe7eb text on a black background
contrast 16.17:1
Card sample
#cbe7eb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbe7eb;
Background color
Panel with #cbe7eb background
background-color: #cbe7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbe7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbe7eb; background: linear-gradient(135deg, #cbe7eb, #CBD2EB);