#75ccdf
a light, vivid cyan · cool · closest name: skyblue
RGB
117, 204, 223
HSL
191°, 62%, 67%
CMYK
48, 9, 0, 13
Luminance
0.5230
Every format
| HEX | #75ccdf |
| RGB | rgb(117, 204, 223) |
| HSL | hsl(191, 62%, 67%) |
| CMYK | cmyk(48%, 9%, 0%, 13%) |
| LAB | lab(77.5 -21.3 -17.6) |
| LCH | lch(77.5 27.6 219.6) |
| OKLCH | oklch(0.797 0.088 213.4) |
Copy-ready code
/* CSS */
color: #75ccdf;
background-color: #75ccdf;
/* Tailwind (arbitrary) */
class="text-[#75ccdf] bg-[#75ccdf]"
/* SCSS */
$brand: #75ccdf;
/* SwiftUI */
Color(red: 0.459, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#75ccdf")Accessibility — WCAG contrast
Aa
#75ccdf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75ccdf on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green80.0%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#75ccdf text on a black background
contrast 11.46:1
Card sample
#75ccdf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75ccdf;
Background color
Panel with #75ccdf background
background-color: #75ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75ccdf; background: linear-gradient(135deg, #75ccdf, #7585DF);