#75dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
117, 219, 235
HSL
188°, 75%, 69%
CMYK
50, 7, 0, 8
Luminance
0.6044
Every format
| HEX | #75dbeb |
| RGB | rgb(117, 219, 235) |
| HSL | hsl(188, 75%, 69%) |
| CMYK | cmyk(50%, 7%, 0%, 8%) |
| LAB | lab(82.1 -25.5 -17.0) |
| LCH | lch(82.1 30.7 213.7) |
| OKLCH | oklch(0.836 0.098 208.7) |
Copy-ready code
/* CSS */
color: #75dbeb;
background-color: #75dbeb;
/* Tailwind (arbitrary) */
class="text-[#75dbeb] bg-[#75dbeb]"
/* SCSS */
$brand: #75dbeb;
/* SwiftUI */
Color(red: 0.459, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#75dbeb")Accessibility — WCAG contrast
Aa
#75dbeb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75dbeb on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green85.9%
Blue92.2%
CMYK percentages
Cyan50.2%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#75dbeb text on a black background
contrast 13.09:1
Card sample
#75dbeb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75dbeb;
Background color
Panel with #75dbeb background
background-color: #75dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75dbeb; background: linear-gradient(135deg, #75dbeb, #758CEB);