#7fbae6
a light, vivid blue · cool · closest name: skyblue
RGB
127, 186, 230
HSL
206°, 67%, 70%
CMYK
45, 19, 0, 10
Luminance
0.4534
Every format
| HEX | #7fbae6 |
| RGB | rgb(127, 186, 230) |
| HSL | hsl(206, 67%, 70%) |
| CMYK | cmyk(45%, 19%, 0%, 10%) |
| LAB | lab(73.1 -7.6 -27.9) |
| LCH | lch(73.1 28.9 254.8) |
| OKLCH | oklch(0.765 0.088 241.6) |
Copy-ready code
/* CSS */
color: #7fbae6;
background-color: #7fbae6;
/* Tailwind (arbitrary) */
class="text-[#7fbae6] bg-[#7fbae6]"
/* SCSS */
$brand: #7fbae6;
/* SwiftUI */
Color(red: 0.498, green: 0.729, blue: 0.902)
/* Android */
Color.parseColor("#7fbae6")Accessibility — WCAG contrast
Aa
#7fbae6 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fbae6 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green72.9%
Blue90.2%
CMYK percentages
Cyan44.8%
Magenta19.1%
Yellow0.0%
Key (black)9.8%
Color previews
#7fbae6 text on a black background
contrast 10.07:1
Card sample
#7fbae6 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fbae6;
Background color
Panel with #7fbae6 background
background-color: #7fbae6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fbae6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 186, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 186, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fbae6; background: linear-gradient(135deg, #7fbae6, #897FE6);