#98ceaf
a light, soft green · cool · closest name: turquoise
RGB
152, 206, 175
HSL
146°, 36%, 70%
CMYK
26, 0, 15, 19
Luminance
0.5391
Every format
| HEX | #98ceaf |
| RGB | rgb(152, 206, 175) |
| HSL | hsl(146, 36%, 70%) |
| CMYK | cmyk(26%, 0%, 15%, 19%) |
| LAB | lab(78.4 -23.8 9.8) |
| LCH | lch(78.4 25.8 157.6) |
| OKLCH | oklch(0.805 0.071 159.1) |
Copy-ready code
/* CSS */
color: #98ceaf;
background-color: #98ceaf;
/* Tailwind (arbitrary) */
class="text-[#98ceaf] bg-[#98ceaf]"
/* SCSS */
$brand: #98ceaf;
/* SwiftUI */
Color(red: 0.596, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#98ceaf")Accessibility — WCAG contrast
Aa
#98ceaf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ceaf on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green80.8%
Blue68.6%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#98ceaf text on a black background
contrast 11.78:1
Card sample
#98ceaf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ceaf;
Background color
Panel with #98ceaf background
background-color: #98ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ceaf; background: linear-gradient(135deg, #98ceaf, #98C9CE);