#76acdf
a light, vivid blue · cool · closest name: steelblue
RGB
118, 172, 223
HSL
209°, 62%, 67%
CMYK
47, 23, 0, 13
Luminance
0.3868
Every format
| HEX | #76acdf |
| RGB | rgb(118, 172, 223) |
| HSL | hsl(209, 62%, 67%) |
| CMYK | cmyk(47%, 23%, 0%, 13%) |
| LAB | lab(68.5 -4.1 -31.2) |
| LCH | lch(68.5 31.5 262.5) |
| OKLCH | oklch(0.727 0.094 247.8) |
Copy-ready code
/* CSS */
color: #76acdf;
background-color: #76acdf;
/* Tailwind (arbitrary) */
class="text-[#76acdf] bg-[#76acdf]"
/* SCSS */
$brand: #76acdf;
/* SwiftUI */
Color(red: 0.463, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#76acdf")Accessibility — WCAG contrast
Aa
#76acdf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76acdf on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green67.5%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#76acdf text on a black background
contrast 8.74:1
Card sample
#76acdf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76acdf;
Background color
Panel with #76acdf background
background-color: #76acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76acdf; background: linear-gradient(135deg, #76acdf, #8676DF);