#94ceac
a light, soft green · cool · closest name: turquoise
RGB
148, 206, 172
HSL
145°, 37%, 69%
CMYK
28, 0, 17, 19
Luminance
0.5342
Every format
| HEX | #94ceac |
| RGB | rgb(148, 206, 172) |
| HSL | hsl(145, 37%, 69%) |
| CMYK | cmyk(28%, 0%, 17%, 19%) |
| LAB | lab(78.1 -25.7 11.0) |
| LCH | lch(78.1 27.9 156.8) |
| OKLCH | oklch(0.802 0.077 158.4) |
Copy-ready code
/* CSS */
color: #94ceac;
background-color: #94ceac;
/* Tailwind (arbitrary) */
class="text-[#94ceac] bg-[#94ceac]"
/* SCSS */
$brand: #94ceac;
/* SwiftUI */
Color(red: 0.580, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#94ceac")Accessibility — WCAG contrast
Aa
#94ceac on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94ceac on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green80.8%
Blue67.5%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#94ceac text on a black background
contrast 11.68:1
Card sample
#94ceac text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94ceac;
Background color
Panel with #94ceac background
background-color: #94ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94ceac; background: linear-gradient(135deg, #94ceac, #94C9CE);