#cee7eb
a pale, soft cyan · cool · closest name: lavender
RGB
206, 231, 235
HSL
188°, 42%, 87%
CMYK
12, 2, 0, 8
Luminance
0.7627
Every format
| HEX | #cee7eb |
| RGB | rgb(206, 231, 235) |
| HSL | hsl(188, 42%, 87%) |
| CMYK | cmyk(12%, 2%, 0%, 8%) |
| LAB | lab(90.0 -7.4 -4.7) |
| LCH | lch(90.0 8.8 212.6) |
| OKLCH | oklch(0.911 0.027 208.3) |
Copy-ready code
/* CSS */
color: #cee7eb;
background-color: #cee7eb;
/* Tailwind (arbitrary) */
class="text-[#cee7eb] bg-[#cee7eb]"
/* SCSS */
$brand: #cee7eb;
/* SwiftUI */
Color(red: 0.808, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#cee7eb")Accessibility — WCAG contrast
Aa
#cee7eb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee7eb on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green90.6%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta1.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cee7eb text on a black background
contrast 16.25:1
Card sample
#cee7eb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee7eb;
Background color
Panel with #cee7eb background
background-color: #cee7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee7eb; background: linear-gradient(135deg, #cee7eb, #CED4EB);