#c7ebee
a pale, vivid cyan · cool · closest name: lavender
RGB
199, 235, 238
HSL
185°, 53%, 86%
CMYK
16, 1, 0, 7
Luminance
0.7773
Every format
| HEX | #c7ebee |
| RGB | rgb(199, 235, 238) |
| HSL | hsl(185, 53%, 86%) |
| CMYK | cmyk(16%, 1%, 0%, 7%) |
| LAB | lab(90.7 -11.0 -5.4) |
| LCH | lch(90.7 12.3 205.9) |
| OKLCH | oklch(0.915 0.038 202.7) |
Copy-ready code
/* CSS */
color: #c7ebee;
background-color: #c7ebee;
/* Tailwind (arbitrary) */
class="text-[#c7ebee] bg-[#c7ebee]"
/* SCSS */
$brand: #c7ebee;
/* SwiftUI */
Color(red: 0.780, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#c7ebee")Accessibility — WCAG contrast
Aa
#c7ebee on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ebee on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.2%
Blue93.3%
CMYK percentages
Cyan16.4%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#c7ebee text on a black background
contrast 16.55:1
Card sample
#c7ebee text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ebee;
Background color
Panel with #c7ebee background
background-color: #c7ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ebee; background: linear-gradient(135deg, #c7ebee, #C7D1EE);