#7fbaeb
a light, vivid blue · cool · closest name: skyblue
RGB
127, 186, 235
HSL
207°, 73%, 71%
CMYK
46, 21, 0, 8
Luminance
0.4563
Every format
| HEX | #7fbaeb |
| RGB | rgb(127, 186, 235) |
| HSL | hsl(207, 73%, 71%) |
| CMYK | cmyk(46%, 21%, 0%, 8%) |
| LAB | lab(73.3 -6.2 -30.3) |
| LCH | lch(73.3 31.0 258.4) |
| OKLCH | oklch(0.767 0.093 244.5) |
Copy-ready code
/* CSS */
color: #7fbaeb;
background-color: #7fbaeb;
/* Tailwind (arbitrary) */
class="text-[#7fbaeb] bg-[#7fbaeb]"
/* SCSS */
$brand: #7fbaeb;
/* SwiftUI */
Color(red: 0.498, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#7fbaeb")Accessibility — WCAG contrast
Aa
#7fbaeb on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fbaeb on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green72.9%
Blue92.2%
CMYK percentages
Cyan46.0%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#7fbaeb text on a black background
contrast 10.13:1
Card sample
#7fbaeb text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fbaeb;
Background color
Panel with #7fbaeb background
background-color: #7fbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fbaeb; background: linear-gradient(135deg, #7fbaeb, #8C7FEB);