Teal
#209092
CyanColor Codes
All color formats for development
HEX
#209092RGB
rgb(32, 144, 146)HSL
hsl(181, 64%, 35%)OKLCH
oklch(0.596 0.094 196.8)CMYK
cmyk(78%, 1%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8284
2#1A7475
3#166566
4#135758
5#104849
6#0D3A3B
7#0A2B2C
8#061D1D
9#030E0F
Tints
Lighter variations
1#26ABAE
2#2CC6C9
3#41D3D5
4#5CD9DB
5#77DFE1
6#92E6E7
7#ADECED
8#C9F2F3
9#E4F9F9
Tones
Muted variations
1#268B8D
2#2C8587
3#318081
4#377A7C
5#3D7576
6#426F70
7#486A6A
8#4E6465
9#545F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F2 #C9F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9EA | BordersInactive statesPlaceholder text |
| 400 | 6DDD #6DDDDF | Disabled statesSecondary iconsMuted text |
| 500 | 43D3 #43D3D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B6 #28B6B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2090 #209092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1767 #176769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F42 #0F4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F8F9;
--teal-200: #C9F2F3;
--teal-300: #9FE9EA;
--teal-400: #6DDDDF;
--teal-500: #43D3D6;
--teal-600: #28B6B8;
--teal-700: #209092;
--teal-800: #176769;
--teal-900: #0F4243;
--teal-950: #09292A;
}