#7fbeee
a light, electric blue · cool · closest name: skyblue
RGB
127, 190, 238
HSL
206°, 77%, 72%
CMYK
47, 20, 0, 7
Luminance
0.4751
Every format
| HEX | #7fbeee |
| RGB | rgb(127, 190, 238) |
| HSL | hsl(206, 77%, 72%) |
| CMYK | cmyk(47%, 20%, 0%, 7%) |
| LAB | lab(74.5 -7.5 -30.1) |
| LCH | lch(74.5 31.0 256.0) |
| OKLCH | oklch(0.777 0.095 242.3) |
Copy-ready code
/* CSS */
color: #7fbeee;
background-color: #7fbeee;
/* Tailwind (arbitrary) */
class="text-[#7fbeee] bg-[#7fbeee]"
/* SCSS */
$brand: #7fbeee;
/* SwiftUI */
Color(red: 0.498, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#7fbeee")Accessibility — WCAG contrast
Aa
#7fbeee on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fbeee on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green74.5%
Blue93.3%
CMYK percentages
Cyan46.6%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#7fbeee text on a black background
contrast 10.50:1
Card sample
#7fbeee text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fbeee;
Background color
Panel with #7fbeee background
background-color: #7fbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fbeee; background: linear-gradient(135deg, #7fbeee, #8A7FEE);