#94cfac
a light, soft green · cool · closest name: aquamarine
RGB
148, 207, 172
HSL
144°, 38%, 70%
CMYK
29, 0, 17, 19
Luminance
0.5390
Every format
| HEX | #94cfac |
| RGB | rgb(148, 207, 172) |
| HSL | hsl(144, 38%, 70%) |
| CMYK | cmyk(29%, 0%, 17%, 19%) |
| LAB | lab(78.4 -26.2 11.4) |
| LCH | lch(78.4 28.5 156.5) |
| OKLCH | oklch(0.804 0.079 158.0) |
Copy-ready code
/* CSS */
color: #94cfac;
background-color: #94cfac;
/* Tailwind (arbitrary) */
class="text-[#94cfac] bg-[#94cfac]"
/* SCSS */
$brand: #94cfac;
/* SwiftUI */
Color(red: 0.580, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#94cfac")Accessibility — WCAG contrast
Aa
#94cfac on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94cfac on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green81.2%
Blue67.5%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#94cfac text on a black background
contrast 11.78:1
Card sample
#94cfac text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94cfac;
Background color
Panel with #94cfac background
background-color: #94cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94cfac; background: linear-gradient(135deg, #94cfac, #94CBCF);