#7fbaee
a light, electric blue · cool · closest name: skyblue
RGB
127, 186, 238
HSL
208°, 77%, 72%
CMYK
47, 22, 0, 7
Luminance
0.4580
Every format
| HEX | #7fbaee |
| RGB | rgb(127, 186, 238) |
| HSL | hsl(208, 77%, 72%) |
| CMYK | cmyk(47%, 22%, 0%, 7%) |
| LAB | lab(73.4 -5.4 -31.8) |
| LCH | lch(73.4 32.2 260.4) |
| OKLCH | oklch(0.768 0.097 246.1) |
Copy-ready code
/* CSS */
color: #7fbaee;
background-color: #7fbaee;
/* Tailwind (arbitrary) */
class="text-[#7fbaee] bg-[#7fbaee]"
/* SCSS */
$brand: #7fbaee;
/* SwiftUI */
Color(red: 0.498, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#7fbaee")Accessibility — WCAG contrast
Aa
#7fbaee on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fbaee on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green72.9%
Blue93.3%
CMYK percentages
Cyan46.6%
Magenta21.8%
Yellow0.0%
Key (black)6.7%
Color previews
#7fbaee text on a black background
contrast 10.16:1
Card sample
#7fbaee text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fbaee;
Background color
Panel with #7fbaee background
background-color: #7fbaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fbaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fbaee; background: linear-gradient(135deg, #7fbaee, #8E7FEE);