#c7ebfe
a pale, electric blue · cool · closest name: lavender
RGB
199, 235, 254
HSL
201°, 97%, 89%
CMYK
22, 8, 0, 0
Luminance
0.7871
Every format
| HEX | #c7ebfe |
| RGB | rgb(199, 235, 254) |
| HSL | hsl(201, 97%, 89%) |
| CMYK | cmyk(22%, 8%, 0%, 0%) |
| LAB | lab(91.1 -7.7 -13.1) |
| LCH | lch(91.1 15.1 239.6) |
| OKLCH | oklch(0.920 0.046 230.9) |
Copy-ready code
/* CSS */
color: #c7ebfe;
background-color: #c7ebfe;
/* Tailwind (arbitrary) */
class="text-[#c7ebfe] bg-[#c7ebfe]"
/* SCSS */
$brand: #c7ebfe;
/* SwiftUI */
Color(red: 0.780, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#c7ebfe")Accessibility — WCAG contrast
Aa
#c7ebfe on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ebfe on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.2%
Blue99.6%
CMYK percentages
Cyan21.7%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#c7ebfe text on a black background
contrast 16.74:1
Card sample
#c7ebfe text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ebfe;
Background color
Panel with #c7ebfe background
background-color: #c7ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ebfe; background: linear-gradient(135deg, #c7ebfe, #C8C7FE);