#94faeb
a light, electric cyan · cool · closest name: turquoise
RGB
148, 250, 235
HSL
171°, 91%, 78%
CMYK
41, 0, 6, 2
Luminance
0.8067
Every format
| HEX | #94faeb |
| RGB | rgb(148, 250, 235) |
| HSL | hsl(171, 91%, 78%) |
| CMYK | cmyk(41%, 0%, 6%, 2%) |
| LAB | lab(92.0 -33.2 -2.2) |
| LCH | lch(92.0 33.3 183.7) |
| OKLCH | oklch(0.919 0.098 183.7) |
Copy-ready code
/* CSS */
color: #94faeb;
background-color: #94faeb;
/* Tailwind (arbitrary) */
class="text-[#94faeb] bg-[#94faeb]"
/* SCSS */
$brand: #94faeb;
/* SwiftUI */
Color(red: 0.580, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#94faeb")Accessibility — WCAG contrast
Aa
#94faeb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94faeb on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green98.0%
Blue92.2%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#94faeb text on a black background
contrast 17.13:1
Card sample
#94faeb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94faeb;
Background color
Panel with #94faeb background
background-color: #94faeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94faeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94faeb; background: linear-gradient(135deg, #94faeb, #94C5FA);