Teal
#0E6B71
CyanColor Codes
All color formats for development
HEX
#0E6B71RGB
rgb(14, 107, 113)HSL
hsl(184, 78%, 25%)OKLCH
oklch(0.482 0.079 201.9)CMYK
cmyk(88%, 5%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6066
2#0B555B
3#0A4B4F
4#084044
5#073539
6#062B2D
7#042022
8#031517
9#010B0B
Tints
Lighter variations
1#128B94
2#16ABB6
3#1BCBD8
4#33DAE6
5#55E0EA
6#77E6EE
7#99ECF2
8#BBF3F7
9#DDF9FB
Tones
Muted variations
1#13676D
2#186268
3#1D5E63
4#225A5E
5#275559
6#2C5154
7#314D4F
8#36484A
9#3B4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F4 #C4F4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EC #97ECF2 | BordersInactive statesPlaceholder text |
| 400 | 60E2 #60E2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33DA #33DAE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19BC #19BCC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1496 #14969F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6B #0E6B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0944 #094449 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFF9FB;
--teal-200: #C4F4F8;
--teal-300: #97ECF2;
--teal-400: #60E2EB;
--teal-500: #33DAE6;
--teal-600: #19BCC8;
--teal-700: #14969F;
--teal-800: #0E6B71;
--teal-900: #094449;
--teal-950: #062B2D;
}