#75abdf
a light, vivid blue · cool · closest name: steelblue
RGB
117, 171, 223
HSL
209°, 62%, 67%
CMYK
48, 23, 0, 13
Luminance
0.3824
Every format
| HEX | #75abdf |
| RGB | rgb(117, 171, 223) |
| HSL | hsl(209, 62%, 67%) |
| CMYK | cmyk(48%, 23%, 0%, 13%) |
| LAB | lab(68.2 -3.8 -31.7) |
| LCH | lch(68.2 31.9 263.2) |
| OKLCH | oklch(0.724 0.095 248.4) |
Copy-ready code
/* CSS */
color: #75abdf;
background-color: #75abdf;
/* Tailwind (arbitrary) */
class="text-[#75abdf] bg-[#75abdf]"
/* SCSS */
$brand: #75abdf;
/* SwiftUI */
Color(red: 0.459, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#75abdf")Accessibility — WCAG contrast
Aa
#75abdf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75abdf on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green67.1%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#75abdf text on a black background
contrast 8.65:1
Card sample
#75abdf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75abdf;
Background color
Panel with #75abdf background
background-color: #75abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75abdf; background: linear-gradient(135deg, #75abdf, #8675DF);