#94afba
a light, soft cyan · cool · closest name: silver
RGB
148, 175, 186
HSL
197°, 22%, 66%
CMYK
20, 6, 0, 27
Luminance
0.4050
Every format
| HEX | #94afba |
| RGB | rgb(148, 175, 186) |
| HSL | hsl(197, 22%, 66%) |
| CMYK | cmyk(20%, 6%, 0%, 27%) |
| LAB | lab(69.8 -6.8 -8.7) |
| LCH | lch(69.8 11.1 231.9) |
| OKLCH | oklch(0.737 0.034 224.4) |
Copy-ready code
/* CSS */
color: #94afba;
background-color: #94afba;
/* Tailwind (arbitrary) */
class="text-[#94afba] bg-[#94afba]"
/* SCSS */
$brand: #94afba;
/* SwiftUI */
Color(red: 0.580, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#94afba")Accessibility — WCAG contrast
Aa
#94afba on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94afba on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green68.6%
Blue72.9%
CMYK percentages
Cyan20.4%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#94afba text on a black background
contrast 9.10:1
Card sample
#94afba text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94afba;
Background color
Panel with #94afba background
background-color: #94afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94afba; background: linear-gradient(135deg, #94afba, #9496BA);