Teal
#206C92
BlueColor Codes
All color formats for development
HEX
#206C92RGB
rgb(32, 108, 146)HSL
hsl(200, 64%, 35%)OKLCH
oklch(0.504 0.094 235.3)CMYK
cmyk(78%, 26%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D6184
2#1A5775
3#164C66
4#134158
5#103649
6#0D2B3B
7#0A202C
8#06161D
9#030B0F
Tints
Lighter variations
1#2680AE
2#2C95C9
3#41A4D5
4#5CB1DB
5#77BEE1
6#92CBE7
7#ADD8ED
8#C9E5F3
9#E4F2F9
Tones
Muted variations
1#266A8D
2#2C6887
3#316781
4#37657C
5#3D6376
6#426170
7#485F6A
8#4E5D65
9#545B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E5 #C9E5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD1 #9FD1EA | BordersInactive statesPlaceholder text |
| 400 | 6DB9 #6DB9DF | Disabled statesSecondary iconsMuted text |
| 500 | 43A5 #43A5D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2888 #2888B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 206C #206C92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 174D #174D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F32 #0F3243 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FC;
--teal-100: #E2F1F9;
--teal-200: #C9E5F3;
--teal-300: #9FD1EA;
--teal-400: #6DB9DF;
--teal-500: #43A5D6;
--teal-600: #2888B8;
--teal-700: #206C92;
--teal-800: #174D69;
--teal-900: #0F3243;
--teal-950: #091F2A;
}