#0db2bf
a dark, electric cyan · cool · closest name: teal
RGB
13, 178, 191
HSL
184°, 87%, 40%
CMYK
93, 7, 0, 25
Luminance
0.3569
Every format
| HEX | #0db2bf |
| RGB | rgb(13, 178, 191) |
| HSL | hsl(184, 87%, 40%) |
| CMYK | cmyk(93%, 7%, 0%, 25%) |
| LAB | lab(66.3 -32.2 -17.3) |
| LCH | lch(66.3 36.6 208.2) |
| OKLCH | oklch(0.697 0.117 204.2) |
Copy-ready code
/* CSS */
color: #0db2bf;
background-color: #0db2bf;
/* Tailwind (arbitrary) */
class="text-[#0db2bf] bg-[#0db2bf]"
/* SCSS */
$brand: #0db2bf;
/* SwiftUI */
Color(red: 0.051, green: 0.698, blue: 0.749)
/* Android */
Color.parseColor("#0db2bf")Accessibility — WCAG contrast
Aa
#0db2bf on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0db2bf on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green69.8%
Blue74.9%
CMYK percentages
Cyan93.2%
Magenta6.8%
Yellow0.0%
Key (black)25.1%
Color previews
#0db2bf text on a black background
contrast 8.14:1
Card sample
#0db2bf text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0db2bf;
Background color
Panel with #0db2bf background
background-color: #0db2bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0db2bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 178, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 178, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0db2bf; background: linear-gradient(135deg, #0db2bf, #0D3BBF);