#75bccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
117, 188, 207
HSL
193°, 48%, 64%
CMYK
44, 9, 0, 19
Luminance
0.4425
Every format
| HEX | #75bccf |
| RGB | rgb(117, 188, 207) |
| HSL | hsl(193, 48%, 64%) |
| CMYK | cmyk(44%, 9%, 0%, 19%) |
| LAB | lab(72.4 -17.3 -16.5) |
| LCH | lch(72.4 24.0 223.7) |
| OKLCH | oklch(0.755 0.076 216.7) |
Copy-ready code
/* CSS */
color: #75bccf;
background-color: #75bccf;
/* Tailwind (arbitrary) */
class="text-[#75bccf] bg-[#75bccf]"
/* SCSS */
$brand: #75bccf;
/* SwiftUI */
Color(red: 0.459, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#75bccf")Accessibility — WCAG contrast
Aa
#75bccf on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75bccf on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green73.7%
Blue81.2%
CMYK percentages
Cyan43.5%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#75bccf text on a black background
contrast 9.85:1
Card sample
#75bccf text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75bccf;
Background color
Panel with #75bccf background
background-color: #75bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75bccf; background: linear-gradient(135deg, #75bccf, #7580CF);