#94e0e0
a light, vivid cyan · cool · closest name: skyblue
RGB
148, 224, 224
HSL
180°, 55%, 73%
CMYK
34, 0, 0, 12
Luminance
0.6499
Every format
| HEX | #94e0e0 |
| RGB | rgb(148, 224, 224) |
| HSL | hsl(180, 55%, 73%) |
| CMYK | cmyk(34%, 0%, 0%, 12%) |
| LAB | lab(84.5 -23.3 -7.5) |
| LCH | lch(84.5 24.5 197.7) |
| OKLCH | oklch(0.857 0.075 195.8) |
Copy-ready code
/* CSS */
color: #94e0e0;
background-color: #94e0e0;
/* Tailwind (arbitrary) */
class="text-[#94e0e0] bg-[#94e0e0]"
/* SCSS */
$brand: #94e0e0;
/* SwiftUI */
Color(red: 0.580, green: 0.878, blue: 0.878)
/* Android */
Color.parseColor("#94e0e0")Accessibility — WCAG contrast
Aa
#94e0e0 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94e0e0 on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green87.8%
Blue87.8%
CMYK percentages
Cyan33.9%
Magenta0.0%
Yellow0.0%
Key (black)12.2%
Color previews
#94e0e0 text on a black background
contrast 14.00:1
Card sample
#94e0e0 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94e0e0;
Background color
Panel with #94e0e0 background
background-color: #94e0e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94e0e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 224, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 224, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94e0e0; background: linear-gradient(135deg, #94e0e0, #94ADE0);