#98facf
a light, electric green · cool · closest name: aquamarine
RGB
152, 250, 207
HSL
154°, 91%, 79%
CMYK
39, 0, 17, 2
Luminance
0.7955
Every format
| HEX | #98facf |
| RGB | rgb(152, 250, 207) |
| HSL | hsl(154, 91%, 79%) |
| CMYK | cmyk(39%, 0%, 17%, 2%) |
| LAB | lab(91.5 -38.2 11.6) |
| LCH | lch(91.5 40.0 163.1) |
| OKLCH | oklch(0.913 0.111 164.4) |
Copy-ready code
/* CSS */
color: #98facf;
background-color: #98facf;
/* Tailwind (arbitrary) */
class="text-[#98facf] bg-[#98facf]"
/* SCSS */
$brand: #98facf;
/* SwiftUI */
Color(red: 0.596, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#98facf")Accessibility — WCAG contrast
Aa
#98facf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98facf on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green98.0%
Blue81.2%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#98facf text on a black background
contrast 16.91:1
Card sample
#98facf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98facf;
Background color
Panel with #98facf background
background-color: #98facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98facf; background: linear-gradient(135deg, #98facf, #98E4FA);