#7ebfe0
a light, vivid blue · cool · closest name: skyblue
RGB
126, 191, 224
HSL
200°, 61%, 69%
CMYK
44, 15, 0, 12
Luminance
0.4708
Every format
| HEX | #7ebfe0 |
| RGB | rgb(126, 191, 224) |
| HSL | hsl(200, 61%, 69%) |
| CMYK | cmyk(44%, 15%, 0%, 12%) |
| LAB | lab(74.2 -12.1 -22.9) |
| LCH | lch(74.2 26.0 242.1) |
| OKLCH | oklch(0.773 0.081 231.3) |
Copy-ready code
/* CSS */
color: #7ebfe0;
background-color: #7ebfe0;
/* Tailwind (arbitrary) */
class="text-[#7ebfe0] bg-[#7ebfe0]"
/* SCSS */
$brand: #7ebfe0;
/* SwiftUI */
Color(red: 0.494, green: 0.749, blue: 0.878)
/* Android */
Color.parseColor("#7ebfe0")Accessibility — WCAG contrast
Aa
#7ebfe0 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebfe0 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green74.9%
Blue87.8%
CMYK percentages
Cyan43.7%
Magenta14.7%
Yellow0.0%
Key (black)12.2%
Color previews
#7ebfe0 text on a black background
contrast 10.42:1
Card sample
#7ebfe0 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebfe0;
Background color
Panel with #7ebfe0 background
background-color: #7ebfe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebfe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 191, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 191, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebfe0; background: linear-gradient(135deg, #7ebfe0, #7E7EE0);