Teal
#207092
BlueColor Codes
All color formats for development
HEX
#207092RGB
rgb(32, 112, 146)HSL
hsl(198, 64%, 35%)OKLCH
oklch(0.514 0.091 231.1)CMYK
cmyk(78%, 23%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D6584
2#1A5A75
3#164E66
4#134358
5#103849
6#0D2D3B
7#0A222C
8#06161D
9#030B0F
Tints
Lighter variations
1#2685AE
2#2C9AC9
3#41A9D5
4#5CB5DB
5#77C1E1
6#92CEE7
7#ADDAED
8#C9E6F3
9#E4F3F9
Tones
Muted variations
1#266E8D
2#2C6C87
3#316981
4#37677C
5#3D6576
6#426270
7#48606A
8#4E5E65
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E6 #C9E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD3 #9FD3EA | BordersInactive statesPlaceholder text |
| 400 | 6DBD #6DBDDF | Disabled statesSecondary iconsMuted text |
| 500 | 43AA #43AAD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 288D #288DB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2070 #207092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1750 #175069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F33 #0F3343 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FC;
--teal-100: #E2F2F9;
--teal-200: #C9E6F3;
--teal-300: #9FD3EA;
--teal-400: #6DBDDF;
--teal-500: #43AAD6;
--teal-600: #288DB8;
--teal-700: #207092;
--teal-800: #175069;
--teal-900: #0F3343;
--teal-950: #09202A;
}