#74abce
a balanced, vivid blue · cool · closest name: skyblue
RGB
116, 171, 206
HSL
203°, 48%, 63%
CMYK
44, 17, 0, 19
Luminance
0.3730
Every format
| HEX | #74abce |
| RGB | rgb(116, 171, 206) |
| HSL | hsl(203, 48%, 63%) |
| CMYK | cmyk(44%, 17%, 0%, 19%) |
| LAB | lab(67.5 -8.8 -23.4) |
| LCH | lch(67.5 25.0 249.4) |
| OKLCH | oklch(0.716 0.077 237.2) |
Copy-ready code
/* CSS */
color: #74abce;
background-color: #74abce;
/* Tailwind (arbitrary) */
class="text-[#74abce] bg-[#74abce]"
/* SCSS */
$brand: #74abce;
/* SwiftUI */
Color(red: 0.455, green: 0.671, blue: 0.808)
/* Android */
Color.parseColor("#74abce")Accessibility — WCAG contrast
Aa
#74abce on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74abce on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green67.1%
Blue80.8%
CMYK percentages
Cyan43.7%
Magenta17.0%
Yellow0.0%
Key (black)19.2%
Color previews
#74abce text on a black background
contrast 8.46:1
Card sample
#74abce text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74abce;
Background color
Panel with #74abce background
background-color: #74abce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74abce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 171, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 171, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74abce; background: linear-gradient(135deg, #74abce, #7974CE);