#75dfe6
a light, vivid cyan · cool · closest name: skyblue
RGB
117, 223, 230
HSL
184°, 69%, 68%
CMYK
49, 3, 0, 10
Luminance
0.6227
Every format
| HEX | #75dfe6 |
| RGB | rgb(117, 223, 230) |
| HSL | hsl(184, 69%, 68%) |
| CMYK | cmyk(49%, 3%, 0%, 10%) |
| LAB | lab(83.0 -28.8 -12.9) |
| LCH | lch(83.0 31.5 204.1) |
| OKLCH | oklch(0.843 0.099 201.1) |
Copy-ready code
/* CSS */
color: #75dfe6;
background-color: #75dfe6;
/* Tailwind (arbitrary) */
class="text-[#75dfe6] bg-[#75dfe6]"
/* SCSS */
$brand: #75dfe6;
/* SwiftUI */
Color(red: 0.459, green: 0.875, blue: 0.902)
/* Android */
Color.parseColor("#75dfe6")Accessibility — WCAG contrast
Aa
#75dfe6 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75dfe6 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green87.5%
Blue90.2%
CMYK percentages
Cyan49.1%
Magenta3.0%
Yellow0.0%
Key (black)9.8%
Color previews
#75dfe6 text on a black background
contrast 13.45:1
Card sample
#75dfe6 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75dfe6;
Background color
Panel with #75dfe6 background
background-color: #75dfe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75dfe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 223, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 223, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75dfe6; background: linear-gradient(135deg, #75dfe6, #7594E6);