#c7ebfb
a pale, electric cyan · cool · closest name: lavender
RGB
199, 235, 251
HSL
199°, 87%, 88%
CMYK
21, 6, 0, 2
Luminance
0.7852
Every format
| HEX | #c7ebfb |
| RGB | rgb(199, 235, 251) |
| HSL | hsl(199, 87%, 88%) |
| CMYK | cmyk(21%, 6%, 0%, 2%) |
| LAB | lab(91.0 -8.3 -11.6) |
| LCH | lch(91.0 14.3 234.4) |
| OKLCH | oklch(0.919 0.043 226.5) |
Copy-ready code
/* CSS */
color: #c7ebfb;
background-color: #c7ebfb;
/* Tailwind (arbitrary) */
class="text-[#c7ebfb] bg-[#c7ebfb]"
/* SCSS */
$brand: #c7ebfb;
/* SwiftUI */
Color(red: 0.780, green: 0.922, blue: 0.984)
/* Android */
Color.parseColor("#c7ebfb")Accessibility — WCAG contrast
Aa
#c7ebfb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ebfb on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.2%
Blue98.4%
CMYK percentages
Cyan20.7%
Magenta6.4%
Yellow0.0%
Key (black)1.6%
Color previews
#c7ebfb text on a black background
contrast 16.70:1
Card sample
#c7ebfb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ebfb;
Background color
Panel with #c7ebfb background
background-color: #c7ebfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ebfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 235, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 235, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ebfb; background: linear-gradient(135deg, #c7ebfb, #C7C8FB);