#008383
a dark, electric cyan · cool · “teal”
RGB
0, 131, 131
HSL
180°, 100%, 26%
CMYK
100, 0, 0, 49
Luminance
0.1787
Every format
| HEX | #008383 |
| RGB | rgb(0, 131, 131) |
| HSL | hsl(180, 100%, 26%) |
| CMYK | cmyk(100%, 0%, 0%, 49%) |
| LAB | lab(49.3 -29.3 -8.6) |
| LCH | lch(49.3 30.6 196.4) |
| OKLCH | oklch(0.552 0.094 194.8) |
Copy-ready code
/* CSS */
color: #008383;
background-color: #008383;
/* Tailwind (arbitrary) */
class="text-[#008383] bg-[#008383]"
/* SCSS */
$brand: #008383;
/* SwiftUI */
Color(red: 0.000, green: 0.514, blue: 0.514)
/* Android */
Color.parseColor("#008383")Accessibility — WCAG contrast
Aa
#008383 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008383 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green51.4%
Blue51.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow0.0%
Key (black)48.6%
Color previews
#008383 text on a black background
contrast 4.57:1
Card sample
#008383 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008383;
Background color
Panel with #008383 background
background-color: #008383;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008383;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 131, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 131, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008383; background: linear-gradient(135deg, #008383, #002C83);