Teal
#206592
BlueColor Codes
All color formats for development
HEX
#206592RGB
rgb(32, 101, 146)HSL
hsl(204, 64%, 35%)OKLCH
oklch(0.486 0.099 241.9)CMYK
cmyk(78%, 31%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D5B84
2#1A5175
3#164666
4#133C58
5#103249
6#0D283B
7#0A1E2C
8#06141D
9#030A0F
Tints
Lighter variations
1#2677AE
2#2C8AC9
3#419AD5
4#5CA8DB
5#77B7E1
6#92C5E7
7#ADD4ED
8#C9E2F3
9#E4F1F9
Tones
Muted variations
1#26648D
2#2C6287
3#316181
4#37607C
5#3D5F76
6#425E70
7#485D6A
8#4E5C65
9#545A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E2 #C9E2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCC #9FCCEA | BordersInactive statesPlaceholder text |
| 400 | 6DB1 #6DB1DF | Disabled statesSecondary iconsMuted text |
| 500 | 439B #439BD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 287F #287FB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2065 #206592 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1748 #174869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2E #0F2E43 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F8FC;
--teal-100: #E2EFF9;
--teal-200: #C9E2F3;
--teal-300: #9FCCEA;
--teal-400: #6DB1DF;
--teal-500: #439BD6;
--teal-600: #287FB8;
--teal-700: #206592;
--teal-800: #174869;
--teal-900: #0F2E43;
--teal-950: #091D2A;
}