Teal
#207892
CyanColor Codes
All color formats for development
HEX
#207892RGB
rgb(32, 120, 146)HSL
hsl(194, 64%, 35%)OKLCH
oklch(0.534 0.089 222.4)CMYK
cmyk(78%, 18%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D6C84
2#1A6075
3#165466
4#134858
5#103C49
6#0D303B
7#0A242C
8#06181D
9#030C0F
Tints
Lighter variations
1#268EAE
2#2CA4C9
3#41B3D5
4#5CBDDB
5#77C8E1
6#92D3E7
7#ADDEED
8#C9E9F3
9#E4F4F9
Tones
Muted variations
1#26758D
2#2C7287
3#316F81
4#376C7C
5#3D6876
6#426570
7#48626A
8#4E5F65
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E9 #C9E9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD8 #9FD8EA | BordersInactive statesPlaceholder text |
| 400 | 6DC4 #6DC4DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B3 #43B3D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2896 #2896B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2078 #207892 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1756 #175669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F37 #0F3743 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFC;
--teal-100: #E2F3F9;
--teal-200: #C9E9F3;
--teal-300: #9FD8EA;
--teal-400: #6DC4DF;
--teal-500: #43B3D6;
--teal-600: #2896B8;
--teal-700: #207892;
--teal-800: #175669;
--teal-900: #0F3743;
--teal-950: #09222A;
}