#0febaf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 235, 175
HSL
164°, 88%, 49%
CMYK
94, 0, 26, 8
Luminance
0.6261
Every format
| HEX | #0febaf |
| RGB | rgb(15, 235, 175) |
| HSL | hsl(164, 88%, 49%) |
| CMYK | cmyk(94%, 0%, 26%, 8%) |
| LAB | lab(83.2 -60.6 16.1) |
| LCH | lch(83.2 62.7 165.1) |
| OKLCH | oklch(0.834 0.171 166.1) |
Copy-ready code
/* CSS */
color: #0febaf;
background-color: #0febaf;
/* Tailwind (arbitrary) */
class="text-[#0febaf] bg-[#0febaf]"
/* SCSS */
$brand: #0febaf;
/* SwiftUI */
Color(red: 0.059, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#0febaf")Accessibility — WCAG contrast
Aa
#0febaf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0febaf on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green92.2%
Blue68.6%
CMYK percentages
Cyan93.6%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#0febaf text on a black background
contrast 13.52:1
Card sample
#0febaf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0febaf;
Background color
Panel with #0febaf background
background-color: #0febaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0febaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0febaf; background: linear-gradient(135deg, #0febaf, #0F94EB);