Teal
#14859F
CyanColor Codes
All color formats for development
HEX
#14859FRGB
rgb(20, 133, 159)HSL
hsl(191, 78%, 35%)OKLCH
oklch(0.571 0.099 218.8)CMYK
cmyk(87%, 16%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12788F
2#106B7F
3#0E5D6F
4#0C505F
5#0A434F
6#083540
7#062830
8#041B20
9#020D10
Tints
Lighter variations
1#179EBC
2#1BB7DA
3#30C4E5
4#4ECDE9
5#6BD5ED
6#89DDF0
7#A6E6F4
8#C4EEF8
9#E1F7FB
Tones
Muted variations
1#1B8198
2#227D91
3#29788A
4#2F7483
5#366F7C
6#3D6B75
7#44666E
8#4B6267
9#525E60
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;
}