Teal
#14969F
CyanColor Codes
All color formats for development
HEX
#14969FRGB
rgb(20, 150, 159)HSL
hsl(184, 78%, 35%)OKLCH
oklch(0.615 0.101 202.6)CMYK
cmyk(87%, 6%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12878F
2#10787F
3#0E696F
4#0C5A5F
5#0A4B4F
6#083C40
7#062D30
8#041E20
9#020F10
Tints
Lighter variations
1#17B1BC
2#1BCDDA
3#30D9E5
4#4EDFE9
5#6BE4ED
6#89EAF0
7#A6EFF4
8#C4F4F8
9#E1FAFB
Tones
Muted variations
1#1B9098
2#228A91
3#29838A
4#2F7D83
5#36777C
6#3D7175
7#446B6E
8#4B6567
9#525F60
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;
}