Teal
#206192
BlueColor Codes
All color formats for development
HEX
#206192RGB
rgb(32, 97, 146)HSL
hsl(206, 64%, 35%)OKLCH
oklch(0.476 0.102 245.4)CMYK
cmyk(78%, 34%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D5784
2#1A4D75
3#164466
4#133A58
5#103049
6#0D273B
7#0A1D2C
8#06131D
9#030A0F
Tints
Lighter variations
1#2673AE
2#2C85C9
3#4195D5
4#5CA4DB
5#77B3E1
6#92C2E7
7#ADD2ED
8#C9E1F3
9#E4F0F9
Tones
Muted variations
1#26608D
2#2C5F87
3#315F81
4#375E7C
5#3D5D76
6#425C70
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 | 9FC9 #9FC9EA | BordersInactive statesPlaceholder text |
| 400 | 6DAD #6DADDF | Disabled statesSecondary iconsMuted text |
| 500 | 4396 #4396D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 287A #287AB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2061 #206192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1745 #174569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2C #0F2C43 | 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: #9FC9EA;
--teal-400: #6DADDF;
--teal-500: #4396D6;
--teal-600: #287AB8;
--teal-700: #206192;
--teal-800: #174569;
--teal-900: #0F2C43;
--teal-950: #091C2A;
}