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