#76aceb
a light, vivid blue · cool · closest name: steelblue
RGB
118, 172, 235
HSL
212°, 75%, 69%
CMYK
50, 27, 0, 8
Luminance
0.3935
Every format
| HEX | #76aceb |
| RGB | rgb(118, 172, 235) |
| HSL | hsl(212, 75%, 69%) |
| CMYK | cmyk(50%, 27%, 0%, 8%) |
| LAB | lab(69.0 -0.6 -37.0) |
| LCH | lch(69.0 37.0 269.0) |
| OKLCH | oklch(0.732 0.108 253.0) |
Copy-ready code
/* CSS */
color: #76aceb;
background-color: #76aceb;
/* Tailwind (arbitrary) */
class="text-[#76aceb] bg-[#76aceb]"
/* SCSS */
$brand: #76aceb;
/* SwiftUI */
Color(red: 0.463, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#76aceb")Accessibility — WCAG contrast
Aa
#76aceb on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76aceb on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green67.5%
Blue92.2%
CMYK percentages
Cyan49.8%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#76aceb text on a black background
contrast 8.87:1
Card sample
#76aceb text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76aceb;
Background color
Panel with #76aceb background
background-color: #76aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76aceb; background: linear-gradient(135deg, #76aceb, #8E76EB);