#94decf
a light, vivid cyan · cool · closest name: turquoise
RGB
148, 222, 207
HSL
168°, 53%, 73%
CMYK
33, 0, 7, 13
Luminance
0.6304
Every format
| HEX | #94decf |
| RGB | rgb(148, 222, 207) |
| HSL | hsl(168, 53%, 73%) |
| CMYK | cmyk(33%, 0%, 7%, 13%) |
| LAB | lab(83.5 -26.2 0.1) |
| LCH | lch(83.5 26.2 179.9) |
| OKLCH | oklch(0.848 0.077 180.2) |
Copy-ready code
/* CSS */
color: #94decf;
background-color: #94decf;
/* Tailwind (arbitrary) */
class="text-[#94decf] bg-[#94decf]"
/* SCSS */
$brand: #94decf;
/* SwiftUI */
Color(red: 0.580, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#94decf")Accessibility — WCAG contrast
Aa
#94decf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94decf on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green87.1%
Blue81.2%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#94decf text on a black background
contrast 13.61:1
Card sample
#94decf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94decf;
Background color
Panel with #94decf background
background-color: #94decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94decf; background: linear-gradient(135deg, #94decf, #94BCDE);