#75afdf
a light, vivid blue · cool · closest name: skyblue
RGB
117, 175, 223
HSL
207°, 62%, 67%
CMYK
48, 22, 0, 13
Luminance
0.3977
Every format
| HEX | #75afdf |
| RGB | rgb(117, 175, 223) |
| HSL | hsl(207, 62%, 67%) |
| CMYK | cmyk(48%, 22%, 0%, 13%) |
| LAB | lab(69.3 -6.0 -30.0) |
| LCH | lch(69.3 30.6 258.7) |
| OKLCH | oklch(0.733 0.093 244.5) |
Copy-ready code
/* CSS */
color: #75afdf;
background-color: #75afdf;
/* Tailwind (arbitrary) */
class="text-[#75afdf] bg-[#75afdf]"
/* SCSS */
$brand: #75afdf;
/* SwiftUI */
Color(red: 0.459, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#75afdf")Accessibility — WCAG contrast
Aa
#75afdf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75afdf on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green68.6%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#75afdf text on a black background
contrast 8.95:1
Card sample
#75afdf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75afdf;
Background color
Panel with #75afdf background
background-color: #75afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75afdf; background: linear-gradient(135deg, #75afdf, #8275DF);