Teal
#20928B
CyanColor Codes
All color formats for development
HEX
#20928BRGB
rgb(32, 146, 139)HSL
hsl(176, 64%, 35%)OKLCH
oklch(0.599 0.096 188.6)CMYK
cmyk(78%, 0%, 5%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D847D
2#1A756F
3#166661
4#135853
5#104945
6#0D3B38
7#0A2C2A
8#061D1C
9#030F0E
Tints
Lighter variations
1#26AEA5
2#2CC9BE
3#41D5CB
4#5CDBD3
5#77E1DA
6#92E7E1
7#ADEDE9
8#C9F3F0
9#E4F9F8
Tones
Muted variations
1#268D86
2#2C8781
3#31817C
4#377C77
5#3D7672
6#42706D
7#486A68
8#4E6563
9#545F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE5 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD7 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20928B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F9F7;
--teal-200: #C9F3F0;
--teal-300: #9FEAE5;
--teal-400: #6DDFD7;
--teal-500: #43D6CC;
--teal-600: #28B8AE;
--teal-700: #20928B;
--teal-800: #176963;
--teal-900: #0F433F;
--teal-950: #092A28;
}