Teal
#209287
CyanColor Codes
All color formats for development
HEX
#209287RGB
rgb(32, 146, 135)HSL
hsl(174, 64%, 35%)OKLCH
oklch(0.597 0.098 185.1)CMYK
cmyk(78%, 0%, 8%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8479
2#1A756C
3#16665E
4#135851
5#104943
6#0D3B36
7#0A2C28
8#061D1B
9#030F0D
Tints
Lighter variations
1#26AEA0
2#2CC9B9
3#41D5C6
4#5CDBCE
5#77E1D7
6#92E7DF
7#ADEDE7
8#C9F3EF
9#E4F9F7
Tones
Muted variations
1#268D82
2#2C877E
3#318179
4#377C75
5#3D7670
6#42706C
7#486A67
8#4E6562
9#545F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE2 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD3 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFB;
--teal-100: #E2F9F6;
--teal-200: #C9F3EF;
--teal-300: #9FEAE2;
--teal-400: #6DDFD3;
--teal-500: #43D6C7;
--teal-600: #28B8AA;
--teal-700: #209287;
--teal-800: #176960;
--teal-900: #0F433E;
--teal-950: #092A27;
}