#75b0ce
a balanced, vivid blue · cool · closest name: skyblue
RGB
117, 176, 206
HSL
200°, 48%, 63%
CMYK
43, 15, 0, 19
Luminance
0.3929
Every format
| HEX | #75b0ce |
| RGB | rgb(117, 176, 206) |
| HSL | hsl(200, 48%, 63%) |
| CMYK | cmyk(43%, 15%, 0%, 19%) |
| LAB | lab(69.0 -11.3 -21.2) |
| LCH | lch(69.0 24.0 242.0) |
| OKLCH | oklch(0.728 0.075 231.3) |
Copy-ready code
/* CSS */
color: #75b0ce;
background-color: #75b0ce;
/* Tailwind (arbitrary) */
class="text-[#75b0ce] bg-[#75b0ce]"
/* SCSS */
$brand: #75b0ce;
/* SwiftUI */
Color(red: 0.459, green: 0.690, blue: 0.808)
/* Android */
Color.parseColor("#75b0ce")Accessibility — WCAG contrast
Aa
#75b0ce on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75b0ce on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green69.0%
Blue80.8%
CMYK percentages
Cyan43.2%
Magenta14.6%
Yellow0.0%
Key (black)19.2%
Color previews
#75b0ce text on a black background
contrast 8.86:1
Card sample
#75b0ce text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75b0ce;
Background color
Panel with #75b0ce background
background-color: #75b0ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75b0ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 176, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 176, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75b0ce; background: linear-gradient(135deg, #75b0ce, #7575CE);