Teal
#206A92
BlueColor Codes
All color formats for development
HEX
#206A92RGB
rgb(32, 106, 146)HSL
hsl(201, 64%, 35%)OKLCH
oklch(0.499 0.095 237.2)CMYK
cmyk(78%, 27%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D6084
2#1A5575
3#164A66
4#134058
5#103549
6#0D2B3B
7#0A202C
8#06151D
9#030B0F
Tints
Lighter variations
1#267EAE
2#2C92C9
3#41A1D5
4#5CAFDB
5#77BCE1
6#92C9E7
7#ADD7ED
8#C9E4F3
9#E4F2F9
Tones
Muted variations
1#26698D
2#2C6787
3#316581
4#37647C
5#3D6276
6#426070
7#485E6A
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 | C9E4 #C9E4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD0 #9FD0EA | BordersInactive statesPlaceholder text |
| 400 | 6DB7 #6DB7DF | Disabled statesSecondary iconsMuted text |
| 500 | 43A2 #43A2D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2886 #2886B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 206A #206A92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 174C #174C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F31 #0F3143 | Primary textHigh emphasis contentDark headings |
| 950 | 091E #091E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FC;
--teal-100: #E2F1F9;
--teal-200: #C9E4F3;
--teal-300: #9FD0EA;
--teal-400: #6DB7DF;
--teal-500: #43A2D6;
--teal-600: #2886B8;
--teal-700: #206A92;
--teal-800: #174C69;
--teal-900: #0F3143;
--teal-950: #091E2A;
}