#74adef
a light, electric blue · cool · closest name: steelblue
RGB
116, 173, 239
HSL
212°, 79%, 70%
CMYK
52, 28, 0, 6
Luminance
0.3983
Every format
| HEX | #74adef |
| RGB | rgb(116, 173, 239) |
| HSL | hsl(212, 79%, 70%) |
| CMYK | cmyk(52%, 28%, 0%, 6%) |
| LAB | lab(69.3 -0.4 -38.7) |
| LCH | lch(69.3 38.7 269.3) |
| OKLCH | oklch(0.735 0.114 252.9) |
Copy-ready code
/* CSS */
color: #74adef;
background-color: #74adef;
/* Tailwind (arbitrary) */
class="text-[#74adef] bg-[#74adef]"
/* SCSS */
$brand: #74adef;
/* SwiftUI */
Color(red: 0.455, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#74adef")Accessibility — WCAG contrast
Aa
#74adef on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74adef on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green67.8%
Blue93.7%
CMYK percentages
Cyan51.5%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#74adef text on a black background
contrast 8.97:1
Card sample
#74adef text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74adef;
Background color
Panel with #74adef background
background-color: #74adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74adef; background: linear-gradient(135deg, #74adef, #8D74EF);