#0fadbc
a dark, electric cyan · cool · closest name: teal
RGB
15, 173, 188
HSL
185°, 85%, 40%
CMYK
92, 8, 0, 26
Luminance
0.3362
Every format
| HEX | #0fadbc |
| RGB | rgb(15, 173, 188) |
| HSL | hsl(185, 85%, 40%) |
| CMYK | cmyk(92%, 8%, 0%, 26%) |
| LAB | lab(64.7 -30.7 -18.0) |
| LCH | lch(64.7 35.6 210.4) |
| OKLCH | oklch(0.683 0.115 205.9) |
Copy-ready code
/* CSS */
color: #0fadbc;
background-color: #0fadbc;
/* Tailwind (arbitrary) */
class="text-[#0fadbc] bg-[#0fadbc]"
/* SCSS */
$brand: #0fadbc;
/* SwiftUI */
Color(red: 0.059, green: 0.678, blue: 0.737)
/* Android */
Color.parseColor("#0fadbc")Accessibility — WCAG contrast
Aa
#0fadbc on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fadbc on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green67.8%
Blue73.7%
CMYK percentages
Cyan92.0%
Magenta8.0%
Yellow0.0%
Key (black)26.3%
Color previews
#0fadbc text on a black background
contrast 7.72:1
Card sample
#0fadbc text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fadbc;
Background color
Panel with #0fadbc background
background-color: #0fadbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fadbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 173, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 173, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fadbc; background: linear-gradient(135deg, #0fadbc, #0F3ABC);