Teal
#0E6871
CyanColor Codes
All color formats for development
HEX
#0E6871RGB
rgb(14, 104, 113)HSL
hsl(185, 78%, 25%)OKLCH
oklch(0.474 0.077 205.7)CMYK
cmyk(88%, 8%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5F66
2#0B545B
3#0A4A4F
4#083F44
5#073539
6#062A2D
7#042022
8#031517
9#010B0B
Tints
Lighter variations
1#128994
2#16A8B6
3#1BC8D8
4#33D7E6
5#55DEEA
6#77E4EE
7#99EBF2
8#BBF2F7
9#DDF8FB
Tones
Muted variations
1#13656D
2#186168
3#1D5D63
4#22595E
5#275459
6#2C5054
7#314C4F
8#36484A
9#3B4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EA #97EAF2 | BordersInactive statesPlaceholder text |
| 400 | 60E0 #60E0EB | Disabled statesSecondary iconsMuted text |
| 500 | 33D7 #33D7E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B9 #19B9C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1493 #14939F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E69 #0E6971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0943 #094349 | Primary textHigh emphasis contentDark headings |
| 950 | 062A #062A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF9FB;
--teal-200: #C4F3F8;
--teal-300: #97EAF2;
--teal-400: #60E0EB;
--teal-500: #33D7E6;
--teal-600: #19B9C8;
--teal-700: #14939F;
--teal-800: #0E6971;
--teal-900: #094349;
--teal-950: #062A2D;
}