Teal
#0E5F71
CyanColor Codes
All color formats for development
HEX
#0E5F71RGB
rgb(14, 95, 113)HSL
hsl(191, 78%, 25%)OKLCH
oklch(0.449 0.076 217.7)CMYK
cmyk(88%, 16%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5666
2#0B4C5B
3#0A434F
4#083944
5#073039
6#06262D
7#041D22
8#031317
9#010A0B
Tints
Lighter variations
1#127C94
2#1698B6
3#1BB5D8
4#33C5E6
5#55CFEA
6#77D8EE
7#99E2F2
8#BBECF7
9#DDF5FB
Tones
Muted variations
1#135C6D
2#185968
3#1D5663
4#22535E
5#274F59
6#2C4C54
7#31494F
8#36464A
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EE #C4EEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E1 #97E1F2 | BordersInactive statesPlaceholder text |
| 400 | 60D2 #60D2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33C5 #33C5E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19A8 #19A8C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1485 #14859F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E5F #0E5F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093D #093D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF6FB;
--teal-200: #C4EEF8;
--teal-300: #97E1F2;
--teal-400: #60D2EB;
--teal-500: #33C5E6;
--teal-600: #19A8C8;
--teal-700: #14859F;
--teal-800: #0E5F71;
--teal-900: #093D49;
--teal-950: #06262D;
}