#75cdda
a light, vivid cyan · cool · closest name: skyblue
RGB
117, 205, 218
HSL
188°, 58%, 66%
CMYK
46, 6, 0, 15
Luminance
0.5251
Every format
| HEX | #75cdda |
| RGB | rgb(117, 205, 218) |
| HSL | hsl(188, 58%, 66%) |
| CMYK | cmyk(46%, 6%, 0%, 15%) |
| LAB | lab(77.6 -23.1 -14.7) |
| LCH | lch(77.6 27.4 212.5) |
| OKLCH | oklch(0.798 0.087 207.8) |
Copy-ready code
/* CSS */
color: #75cdda;
background-color: #75cdda;
/* Tailwind (arbitrary) */
class="text-[#75cdda] bg-[#75cdda]"
/* SCSS */
$brand: #75cdda;
/* SwiftUI */
Color(red: 0.459, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#75cdda")Accessibility — WCAG contrast
Aa
#75cdda on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75cdda on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green80.4%
Blue85.5%
CMYK percentages
Cyan46.3%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#75cdda text on a black background
contrast 11.50:1
Card sample
#75cdda text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75cdda;
Background color
Panel with #75cdda background
background-color: #75cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75cdda; background: linear-gradient(135deg, #75cdda, #758ADA);