#94eade
a light, vivid cyan · cool · closest name: turquoise
RGB
148, 234, 222
HSL
172°, 67%, 75%
CMYK
37, 0, 5, 8
Luminance
0.7042
Every format
| HEX | #94eade |
| RGB | rgb(148, 234, 222) |
| HSL | hsl(172, 67%, 75%) |
| CMYK | cmyk(37%, 0%, 5%, 8%) |
| LAB | lab(87.2 -28.6 -2.4) |
| LCH | lch(87.2 28.7 184.8) |
| OKLCH | oklch(0.879 0.085 184.6) |
Copy-ready code
/* CSS */
color: #94eade;
background-color: #94eade;
/* Tailwind (arbitrary) */
class="text-[#94eade] bg-[#94eade]"
/* SCSS */
$brand: #94eade;
/* SwiftUI */
Color(red: 0.580, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#94eade")Accessibility — WCAG contrast
Aa
#94eade on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94eade on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green91.8%
Blue87.1%
CMYK percentages
Cyan36.8%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#94eade text on a black background
contrast 15.08:1
Card sample
#94eade text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94eade;
Background color
Panel with #94eade background
background-color: #94eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94eade; background: linear-gradient(135deg, #94eade, #94BDEA);