Teal
#207492
BlueColor Codes
All color formats for development
HEX
#207492RGB
rgb(32, 116, 146)HSL
hsl(196, 64%, 35%)OKLCH
oklch(0.524 0.09 226.8)CMYK
cmyk(78%, 21%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D6884
2#1A5D75
3#165166
4#134658
5#103A49
6#0D2E3B
7#0A232C
8#06171D
9#030C0F
Tints
Lighter variations
1#2689AE
2#2C9FC9
3#41AED5
4#5CB9DB
5#77C5E1
6#92D1E7
7#ADDCED
8#C9E8F3
9#E4F3F9
Tones
Muted variations
1#26718D
2#2C6F87
3#316C81
4#37697C
5#3D6776
6#426470
7#48616A
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 | E2F2 #E2F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD6 #9FD6EA | BordersInactive statesPlaceholder text |
| 400 | 6DC0 #6DC0DF | Disabled statesSecondary iconsMuted text |
| 500 | 43AF #43AFD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2892 #2892B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2074 #207492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1753 #175369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F35 #0F3543 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFC;
--teal-100: #E2F2F9;
--teal-200: #C9E8F3;
--teal-300: #9FD6EA;
--teal-400: #6DC0DF;
--teal-500: #43AFD6;
--teal-600: #2892B8;
--teal-700: #207492;
--teal-800: #175369;
--teal-900: #0F3543;
--teal-950: #09212A;
}