#75adcf
a balanced, vivid blue · cool · closest name: skyblue
RGB
117, 173, 207
HSL
203°, 48%, 64%
CMYK
44, 16, 0, 19
Luminance
0.3817
Every format
| HEX | #75adcf |
| RGB | rgb(117, 173, 207) |
| HSL | hsl(203, 48%, 64%) |
| CMYK | cmyk(44%, 16%, 0%, 19%) |
| LAB | lab(68.2 -9.4 -23.0) |
| LCH | lch(68.2 24.8 247.8) |
| OKLCH | oklch(0.722 0.077 236.0) |
Copy-ready code
/* CSS */
color: #75adcf;
background-color: #75adcf;
/* Tailwind (arbitrary) */
class="text-[#75adcf] bg-[#75adcf]"
/* SCSS */
$brand: #75adcf;
/* SwiftUI */
Color(red: 0.459, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#75adcf")Accessibility — WCAG contrast
Aa
#75adcf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75adcf on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green67.8%
Blue81.2%
CMYK percentages
Cyan43.5%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#75adcf text on a black background
contrast 8.63:1
Card sample
#75adcf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75adcf;
Background color
Panel with #75adcf background
background-color: #75adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75adcf; background: linear-gradient(135deg, #75adcf, #7975CF);