Teal
#207A92
CyanColor Codes
All color formats for development
HEX
#207A92RGB
rgb(32, 122, 146)HSL
hsl(193, 64%, 35%)OKLCH
oklch(0.539 0.088 220.2)CMYK
cmyk(78%, 16%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D6D84
2#1A6175
3#165566
4#134958
5#103D49
6#0D313B
7#0A242C
8#06181D
9#030C0F
Tints
Lighter variations
1#2690AE
2#2CA7C9
3#41B5D5
4#5CC0DB
5#77CAE1
6#92D5E7
7#ADDFED
8#C9EAF3
9#E4F4F9
Tones
Muted variations
1#26768D
2#2C7387
3#317081
4#376D7C
5#3D6976
6#426670
7#48636A
8#4E6065
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EA #C9EAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDA #9FDAEA | BordersInactive statesPlaceholder text |
| 400 | 6DC6 #6DC6DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B6 #43B6D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2899 #2899B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 207A #207A92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1757 #175769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F38 #0F3843 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFC;
--teal-100: #E2F4F9;
--teal-200: #C9EAF3;
--teal-300: #9FDAEA;
--teal-400: #6DC6DF;
--teal-500: #43B6D6;
--teal-600: #2899B8;
--teal-700: #207A92;
--teal-800: #175769;
--teal-900: #0F3843;
--teal-950: #09232A;
}