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