#0fbaad
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 186, 173
HSL
175°, 85%, 39%
CMYK
92, 0, 7, 27
Luminance
0.3824
Every format
| HEX | #0fbaad |
| RGB | rgb(15, 186, 173) |
| HSL | hsl(175, 85%, 39%) |
| CMYK | cmyk(92%, 0%, 7%, 27%) |
| LAB | lab(68.2 -41.3 -4.5) |
| LCH | lch(68.2 41.5 186.2) |
| OKLCH | oklch(0.711 0.123 185.9) |
Copy-ready code
/* CSS */
color: #0fbaad;
background-color: #0fbaad;
/* Tailwind (arbitrary) */
class="text-[#0fbaad] bg-[#0fbaad]"
/* SCSS */
$brand: #0fbaad;
/* SwiftUI */
Color(red: 0.059, green: 0.729, blue: 0.678)
/* Android */
Color.parseColor("#0fbaad")Accessibility — WCAG contrast
Aa
#0fbaad on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fbaad on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green72.9%
Blue67.8%
CMYK percentages
Cyan91.9%
Magenta0.0%
Yellow7.0%
Key (black)27.1%
Color previews
#0fbaad text on a black background
contrast 8.65:1
Card sample
#0fbaad text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fbaad;
Background color
Panel with #0fbaad background
background-color: #0fbaad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fbaad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 186, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 186, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fbaad; background: linear-gradient(135deg, #0fbaad, #0F55BA);