Teal
#0E6E71
CyanColor Codes
All color formats for development
HEX
#0E6E71RGB
rgb(14, 110, 113)HSL
hsl(182, 78%, 25%)OKLCH
oklch(0.49 0.08 198.3)CMYK
cmyk(88%, 3%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6366
2#0B585B
3#0A4D4F
4#084244
5#073739
6#062C2D
7#042122
8#031617
9#010B0B
Tints
Lighter variations
1#128F94
2#16B0B6
3#1BD1D8
4#33E0E6
5#55E5EA
6#77EAEE
7#99EFF2
8#BBF5F7
9#DDFAFB
Tones
Muted variations
1#136A6D
2#186568
3#1D6063
4#225C5E
5#275759
6#2C5254
7#314E4F
8#36494A
9#3B4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F6 #C4F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EF #97EFF2 | BordersInactive statesPlaceholder text |
| 400 | 60E7 #60E7EB | Disabled statesSecondary iconsMuted text |
| 500 | 33E0 #33E0E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C2 #19C2C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149A #149A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6E #0E6E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0947 #094749 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFAFB;
--teal-200: #C4F6F8;
--teal-300: #97EFF2;
--teal-400: #60E7EB;
--teal-500: #33E0E6;
--teal-600: #19C2C8;
--teal-700: #149A9F;
--teal-800: #0E6E71;
--teal-900: #094749;
--teal-950: #062C2D;
}