#75f2fe
a light, electric cyan · cool · closest name: cyan
RGB
117, 242, 254
HSL
185°, 99%, 73%
CMYK
54, 5, 0, 0
Luminance
0.7444
Every format
| HEX | #75f2fe |
| RGB | rgb(117, 242, 254) |
| HSL | hsl(185, 99%, 73%) |
| CMYK | cmyk(54%, 5%, 0%, 0%) |
| LAB | lab(89.1 -31.6 -16.4) |
| LCH | lch(89.1 35.6 207.5) |
| OKLCH | oklch(0.894 0.112 203.8) |
Copy-ready code
/* CSS */
color: #75f2fe;
background-color: #75f2fe;
/* Tailwind (arbitrary) */
class="text-[#75f2fe] bg-[#75f2fe]"
/* SCSS */
$brand: #75f2fe;
/* SwiftUI */
Color(red: 0.459, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#75f2fe")Accessibility — WCAG contrast
Aa
#75f2fe on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75f2fe on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green94.9%
Blue99.6%
CMYK percentages
Cyan53.9%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#75f2fe text on a black background
contrast 15.89:1
Card sample
#75f2fe text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75f2fe;
Background color
Panel with #75f2fe background
background-color: #75f2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75f2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75f2fe; background: linear-gradient(135deg, #75f2fe, #7596FE);