#0feabc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 234, 188
HSL
167°, 88%, 49%
CMYK
94, 0, 20, 8
Luminance
0.6258
Every format
| HEX | #0feabc |
| RGB | rgb(15, 234, 188) |
| HSL | hsl(167, 88%, 49%) |
| CMYK | cmyk(94%, 0%, 20%, 8%) |
| LAB | lab(83.2 -57.1 9.3) |
| LCH | lch(83.2 57.9 170.7) |
| OKLCH | oklch(0.835 0.161 171.6) |
Copy-ready code
/* CSS */
color: #0feabc;
background-color: #0feabc;
/* Tailwind (arbitrary) */
class="text-[#0feabc] bg-[#0feabc]"
/* SCSS */
$brand: #0feabc;
/* SwiftUI */
Color(red: 0.059, green: 0.918, blue: 0.737)
/* Android */
Color.parseColor("#0feabc")Accessibility — WCAG contrast
Aa
#0feabc on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0feabc on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green91.8%
Blue73.7%
CMYK percentages
Cyan93.6%
Magenta0.0%
Yellow19.7%
Key (black)8.2%
Color previews
#0feabc text on a black background
contrast 13.52:1
Card sample
#0feabc text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0feabc;
Background color
Panel with #0feabc background
background-color: #0feabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0feabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 234, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 234, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0feabc; background: linear-gradient(135deg, #0feabc, #0F86EA);