Teal
#15999E
CyanColor Codes
All color formats for development
HEX
#15999ERGB
rgb(21, 153, 158)HSL
hsl(182, 77%, 35%)OKLCH
oklch(0.622 0.102 199.1)CMYK
cmyk(87%, 3%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128A8E
2#107B7E
3#0E6B6F
4#0C5C5F
5#0A4D4F
6#083D3F
7#062E2F
8#041F20
9#020F10
Tints
Lighter variations
1#18B6BB
2#1CD2D9
3#32DEE4
4#4FE3E8
5#6CE8EC
6#8AECF0
7#A7F1F4
8#C4F6F7
9#E2FAFB
Tones
Muted variations
1#1B9397
2#228D90
3#298689
4#308082
5#37797C
6#3E7375
7#456C6E
8#4C6667
9#526060
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 #C4F6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EE #97EEF2 | BordersInactive statesPlaceholder text |
| 400 | 61E6 #61E6EA | Disabled statesSecondary iconsMuted text |
| 500 | 34DF #34DFE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC1 #1AC1C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1599 #15999E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6E #0F6E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0946 #094648 | 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: #C4F6F7;
--teal-300: #97EEF2;
--teal-400: #61E6EA;
--teal-500: #34DFE5;
--teal-600: #1AC1C7;
--teal-700: #15999E;
--teal-800: #0F6E71;
--teal-900: #094648;
--teal-950: #062C2D;
}