Teal
#206392
BlueColor Codes
All color formats for development
HEX
#206392RGB
rgb(32, 99, 146)HSL
hsl(205, 64%, 35%)OKLCH
oklch(0.481 0.1 243.7)CMYK
cmyk(78%, 32%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D5984
2#1A4F75
3#164566
4#133B58
5#103149
6#0D283B
7#0A1E2C
8#06141D
9#030A0F
Tints
Lighter variations
1#2675AE
2#2C87C9
3#4197D5
4#5CA6DB
5#77B5E1
6#92C4E7
7#ADD3ED
8#C9E1F3
9#E4F0F9
Tones
Muted variations
1#26628D
2#2C6187
3#316081
4#375F7C
5#3D5E76
6#425D70
7#485C6A
8#4E5B65
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 | C9E1 #C9E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCB #9FCBEA | BordersInactive statesPlaceholder text |
| 400 | 6DAF #6DAFDF | Disabled statesSecondary iconsMuted text |
| 500 | 4398 #4398D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 287C #287CB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2063 #206392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1747 #174769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2D #0F2D43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F8FC;
--teal-100: #E2EFF9;
--teal-200: #C9E1F3;
--teal-300: #9FCBEA;
--teal-400: #6DAFDF;
--teal-500: #4398D6;
--teal-600: #287CB8;
--teal-700: #206392;
--teal-800: #174769;
--teal-900: #0F2D43;
--teal-950: #091C2A;
}