#75c2d1
a balanced, vivid cyan · cool · closest name: skyblue
RGB
117, 194, 209
HSL
190°, 50%, 64%
CMYK
44, 7, 0, 18
Luminance
0.4697
Every format
| HEX | #75c2d1 |
| RGB | rgb(117, 194, 209) |
| HSL | hsl(190, 50%, 64%) |
| CMYK | cmyk(44%, 7%, 0%, 18%) |
| LAB | lab(74.2 -19.9 -15.0) |
| LCH | lch(74.2 24.9 216.9) |
| OKLCH | oklch(0.770 0.079 211.4) |
Copy-ready code
/* CSS */
color: #75c2d1;
background-color: #75c2d1;
/* Tailwind (arbitrary) */
class="text-[#75c2d1] bg-[#75c2d1]"
/* SCSS */
$brand: #75c2d1;
/* SwiftUI */
Color(red: 0.459, green: 0.761, blue: 0.820)
/* Android */
Color.parseColor("#75c2d1")Accessibility — WCAG contrast
Aa
#75c2d1 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75c2d1 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green76.1%
Blue82.0%
CMYK percentages
Cyan44.0%
Magenta7.2%
Yellow0.0%
Key (black)18.0%
Color previews
#75c2d1 text on a black background
contrast 10.39:1
Card sample
#75c2d1 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75c2d1;
Background color
Panel with #75c2d1 background
background-color: #75c2d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75c2d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 194, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 194, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75c2d1; background: linear-gradient(135deg, #75c2d1, #7585D1);