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