#94fdec
a light, electric cyan · cool · closest name: turquoise
RGB
148, 253, 236
HSL
170°, 96%, 79%
CMYK
42, 0, 7, 1
Luminance
0.8260
Every format
| HEX | #94fdec |
| RGB | rgb(148, 253, 236) |
| HSL | hsl(170, 96%, 79%) |
| CMYK | cmyk(42%, 0%, 7%, 1%) |
| LAB | lab(92.8 -34.4 -1.4) |
| LCH | lch(92.8 34.4 182.4) |
| OKLCH | oklch(0.926 0.101 182.5) |
Copy-ready code
/* CSS */
color: #94fdec;
background-color: #94fdec;
/* Tailwind (arbitrary) */
class="text-[#94fdec] bg-[#94fdec]"
/* SCSS */
$brand: #94fdec;
/* SwiftUI */
Color(red: 0.580, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#94fdec")Accessibility — WCAG contrast
Aa
#94fdec on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94fdec on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green99.2%
Blue92.5%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#94fdec text on a black background
contrast 17.52:1
Card sample
#94fdec text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94fdec;
Background color
Panel with #94fdec background
background-color: #94fdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94fdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94fdec; background: linear-gradient(135deg, #94fdec, #94C8FD);