#75afdc
a light, vivid blue · cool · closest name: skyblue
RGB
117, 175, 220
HSL
206°, 60%, 66%
CMYK
47, 21, 0, 14
Luminance
0.3961
Every format
| HEX | #75afdc |
| RGB | rgb(117, 175, 220) |
| HSL | hsl(206, 60%, 66%) |
| CMYK | cmyk(47%, 21%, 0%, 14%) |
| LAB | lab(69.2 -6.8 -28.5) |
| LCH | lch(69.2 29.4 256.5) |
| OKLCH | oklch(0.731 0.089 242.8) |
Copy-ready code
/* CSS */
color: #75afdc;
background-color: #75afdc;
/* Tailwind (arbitrary) */
class="text-[#75afdc] bg-[#75afdc]"
/* SCSS */
$brand: #75afdc;
/* SwiftUI */
Color(red: 0.459, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#75afdc")Accessibility — WCAG contrast
Aa
#75afdc on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75afdc on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green68.6%
Blue86.3%
CMYK percentages
Cyan46.8%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#75afdc text on a black background
contrast 8.92:1
Card sample
#75afdc text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75afdc;
Background color
Panel with #75afdc background
background-color: #75afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75afdc; background: linear-gradient(135deg, #75afdc, #8075DC);