#0fdaac
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 218, 172
HSL
166°, 87%, 46%
CMYK
93, 0, 21, 15
Luminance
0.5322
Every format
| HEX | #0fdaac |
| RGB | rgb(15, 218, 172) |
| HSL | hsl(166, 87%, 46%) |
| CMYK | cmyk(93%, 0%, 21%, 15%) |
| LAB | lab(78.0 -54.8 10.3) |
| LCH | lch(78.0 55.8 169.3) |
| OKLCH | oklch(0.791 0.155 170.2) |
Copy-ready code
/* CSS */
color: #0fdaac;
background-color: #0fdaac;
/* Tailwind (arbitrary) */
class="text-[#0fdaac] bg-[#0fdaac]"
/* SCSS */
$brand: #0fdaac;
/* SwiftUI */
Color(red: 0.059, green: 0.855, blue: 0.675)
/* Android */
Color.parseColor("#0fdaac")Accessibility — WCAG contrast
Aa
#0fdaac on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdaac on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green85.5%
Blue67.5%
CMYK percentages
Cyan93.1%
Magenta0.0%
Yellow21.1%
Key (black)14.5%
Color previews
#0fdaac text on a black background
contrast 11.64:1
Card sample
#0fdaac text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdaac;
Background color
Panel with #0fdaac background
background-color: #0fdaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 218, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 218, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdaac; background: linear-gradient(135deg, #0fdaac, #0F81DA);