#94feee
a light, electric cyan · cool · closest name: turquoise
RGB
148, 254, 238
HSL
171°, 98%, 79%
CMYK
42, 0, 6, 0
Luminance
0.8335
Every format
| HEX | #94feee |
| RGB | rgb(148, 254, 238) |
| HSL | hsl(171, 98%, 79%) |
| CMYK | cmyk(42%, 0%, 6%, 0%) |
| LAB | lab(93.2 -34.4 -2.0) |
| LCH | lch(93.2 34.5 183.3) |
| OKLCH | oklch(0.928 0.102 183.3) |
Copy-ready code
/* CSS */
color: #94feee;
background-color: #94feee;
/* Tailwind (arbitrary) */
class="text-[#94feee] bg-[#94feee]"
/* SCSS */
$brand: #94feee;
/* SwiftUI */
Color(red: 0.580, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#94feee")Accessibility — WCAG contrast
Aa
#94feee on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94feee on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green99.6%
Blue93.3%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#94feee text on a black background
contrast 17.67:1
Card sample
#94feee text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94feee;
Background color
Panel with #94feee background
background-color: #94feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94feee; background: linear-gradient(135deg, #94feee, #94C7FE);