#75fada
a light, electric cyan · cool · closest name: aquamarine
RGB
117, 250, 218
HSL
166°, 93%, 72%
CMYK
53, 0, 13, 2
Luminance
0.7722
Every format
| HEX | #75fada |
| RGB | rgb(117, 250, 218) |
| HSL | hsl(166, 93%, 72%) |
| CMYK | cmyk(53%, 0%, 13%, 2%) |
| LAB | lab(90.4 -44.1 4.3) |
| LCH | lch(90.4 44.4 174.5) |
| OKLCH | oklch(0.901 0.127 175.2) |
Copy-ready code
/* CSS */
color: #75fada;
background-color: #75fada;
/* Tailwind (arbitrary) */
class="text-[#75fada] bg-[#75fada]"
/* SCSS */
$brand: #75fada;
/* SwiftUI */
Color(red: 0.459, green: 0.980, blue: 0.855)
/* Android */
Color.parseColor("#75fada")Accessibility — WCAG contrast
Aa
#75fada on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75fada on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green98.0%
Blue85.5%
CMYK percentages
Cyan53.2%
Magenta0.0%
Yellow12.8%
Key (black)2.0%
Color previews
#75fada text on a black background
contrast 16.44:1
Card sample
#75fada text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75fada;
Background color
Panel with #75fada background
background-color: #75fada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75fada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 250, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 250, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75fada; background: linear-gradient(135deg, #75fada, #75C1FA);