#75cffc
a light, electric blue · cool · closest name: skyblue
RGB
117, 207, 252
HSL
200°, 96%, 72%
CMYK
54, 18, 0, 1
Luminance
0.5544
Every format
| HEX | #75cffc |
| RGB | rgb(117, 207, 252) |
| HSL | hsl(200, 96%, 72%) |
| CMYK | cmyk(54%, 18%, 0%, 1%) |
| LAB | lab(79.3 -14.8 -30.3) |
| LCH | lch(79.3 33.7 244.0) |
| OKLCH | oklch(0.815 0.107 231.9) |
Copy-ready code
/* CSS */
color: #75cffc;
background-color: #75cffc;
/* Tailwind (arbitrary) */
class="text-[#75cffc] bg-[#75cffc]"
/* SCSS */
$brand: #75cffc;
/* SwiftUI */
Color(red: 0.459, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#75cffc")Accessibility — WCAG contrast
Aa
#75cffc on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75cffc on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green81.2%
Blue98.8%
CMYK percentages
Cyan53.6%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#75cffc text on a black background
contrast 12.09:1
Card sample
#75cffc text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75cffc;
Background color
Panel with #75cffc background
background-color: #75cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75cffc; background: linear-gradient(135deg, #75cffc, #7575FC);