#94fbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
148, 251, 223
HSL
164°, 93%, 78%
CMYK
41, 0, 11, 2
Luminance
0.8062
Every format
| HEX | #94fbdf |
| RGB | rgb(148, 251, 223) |
| HSL | hsl(164, 93%, 78%) |
| CMYK | cmyk(41%, 0%, 11%, 2%) |
| LAB | lab(92.0 -36.4 4.0) |
| LCH | lch(92.0 36.6 173.7) |
| OKLCH | oklch(0.917 0.105 174.5) |
Copy-ready code
/* CSS */
color: #94fbdf;
background-color: #94fbdf;
/* Tailwind (arbitrary) */
class="text-[#94fbdf] bg-[#94fbdf]"
/* SCSS */
$brand: #94fbdf;
/* SwiftUI */
Color(red: 0.580, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#94fbdf")Accessibility — WCAG contrast
Aa
#94fbdf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94fbdf on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green98.4%
Blue87.5%
CMYK percentages
Cyan41.0%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#94fbdf text on a black background
contrast 17.12:1
Card sample
#94fbdf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94fbdf;
Background color
Panel with #94fbdf background
background-color: #94fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94fbdf; background: linear-gradient(135deg, #94fbdf, #94D2FB);