#74beee
a light, electric blue · cool · closest name: skyblue
RGB
116, 190, 238
HSL
204°, 78%, 69%
CMYK
51, 20, 0, 7
Luminance
0.4671
Every format
| HEX | #74beee |
| RGB | rgb(116, 190, 238) |
| HSL | hsl(204, 78%, 69%) |
| CMYK | cmyk(51%, 20%, 0%, 7%) |
| LAB | lab(74.0 -10.0 -30.9) |
| LCH | lch(74.0 32.5 252.0) |
| OKLCH | oklch(0.771 0.101 238.4) |
Copy-ready code
/* CSS */
color: #74beee;
background-color: #74beee;
/* Tailwind (arbitrary) */
class="text-[#74beee] bg-[#74beee]"
/* SCSS */
$brand: #74beee;
/* SwiftUI */
Color(red: 0.455, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#74beee")Accessibility — WCAG contrast
Aa
#74beee on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74beee on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green74.5%
Blue93.3%
CMYK percentages
Cyan51.3%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#74beee text on a black background
contrast 10.34:1
Card sample
#74beee text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74beee;
Background color
Panel with #74beee background
background-color: #74beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74beee; background: linear-gradient(135deg, #74beee, #7B74EE);