Teal
#209281
CyanColor Codes
All color formats for development
HEX
#209281RGB
rgb(32, 146, 129)HSL
hsl(171, 64%, 35%)OKLCH
oklch(0.595 0.1 180)CMYK
cmyk(78%, 0%, 12%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8474
2#1A7567
3#16665A
4#13584E
5#104941
6#0D3B34
7#0A2C27
8#061D1A
9#030F0D
Tints
Lighter variations
1#26AE99
2#2CC9B1
3#41D5BF
4#5CDBC8
5#77E1D1
6#92E7DA
7#ADEDE4
8#C9F3ED
9#E4F9F6
Tones
Muted variations
1#268D7D
2#2C8779
3#318175
4#377C71
5#3D766D
6#427069
7#486A65
8#4E6561
9#545F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEADF | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFCE | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFB;
--teal-100: #E2F9F5;
--teal-200: #C9F3ED;
--teal-300: #9FEADF;
--teal-400: #6DDFCE;
--teal-500: #43D6C0;
--teal-600: #28B8A2;
--teal-700: #209281;
--teal-800: #17695C;
--teal-900: #0F433B;
--teal-950: #092A25;
}