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