#75bfd2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
117, 191, 210
HSL
192°, 51%, 64%
CMYK
44, 9, 0, 18
Luminance
0.4570
Every format
| HEX | #75bfd2 |
| RGB | rgb(117, 191, 210) |
| HSL | hsl(192, 51%, 64%) |
| CMYK | cmyk(44%, 9%, 0%, 18%) |
| LAB | lab(73.3 -18.1 -16.7) |
| LCH | lch(73.3 24.6 222.8) |
| OKLCH | oklch(0.763 0.079 216.0) |
Copy-ready code
/* CSS */
color: #75bfd2;
background-color: #75bfd2;
/* Tailwind (arbitrary) */
class="text-[#75bfd2] bg-[#75bfd2]"
/* SCSS */
$brand: #75bfd2;
/* SwiftUI */
Color(red: 0.459, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#75bfd2")Accessibility — WCAG contrast
Aa
#75bfd2 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75bfd2 on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green74.9%
Blue82.4%
CMYK percentages
Cyan44.3%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#75bfd2 text on a black background
contrast 10.14:1
Card sample
#75bfd2 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75bfd2;
Background color
Panel with #75bfd2 background
background-color: #75bfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75bfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75bfd2; background: linear-gradient(135deg, #75bfd2, #7581D2);