#7ebfca
a balanced, soft cyan · cool · closest name: skyblue
RGB
126, 191, 202
HSL
189°, 42%, 64%
CMYK
38, 5, 0, 21
Luminance
0.4596
Every format
| HEX | #7ebfca |
| RGB | rgb(126, 191, 202) |
| HSL | hsl(189, 42%, 64%) |
| CMYK | cmyk(38%, 5%, 0%, 21%) |
| LAB | lab(73.5 -17.9 -12.1) |
| LCH | lch(73.5 21.6 214.1) |
| OKLCH | oklch(0.765 0.068 209.2) |
Copy-ready code
/* CSS */
color: #7ebfca;
background-color: #7ebfca;
/* Tailwind (arbitrary) */
class="text-[#7ebfca] bg-[#7ebfca]"
/* SCSS */
$brand: #7ebfca;
/* SwiftUI */
Color(red: 0.494, green: 0.749, blue: 0.792)
/* Android */
Color.parseColor("#7ebfca")Accessibility — WCAG contrast
Aa
#7ebfca on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebfca on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green74.9%
Blue79.2%
CMYK percentages
Cyan37.6%
Magenta5.4%
Yellow0.0%
Key (black)20.8%
Color previews
#7ebfca text on a black background
contrast 10.19:1
Card sample
#7ebfca text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebfca;
Background color
Panel with #7ebfca background
background-color: #7ebfca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebfca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 191, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 191, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebfca; background: linear-gradient(135deg, #7ebfca, #7E8CCA);