Teal
#206E92
BlueColor Codes
All color formats for development
HEX
#206E92RGB
rgb(32, 110, 146)HSL
hsl(199, 64%, 35%)OKLCH
oklch(0.509 0.092 233.2)CMYK
cmyk(78%, 25%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D6384
2#1A5875
3#164D66
4#134258
5#103749
6#0D2C3B
7#0A212C
8#06161D
9#030B0F
Tints
Lighter variations
1#2683AE
2#2C97C9
3#41A6D5
4#5CB3DB
5#77C0E1
6#92CCE7
7#ADD9ED
8#C9E6F3
9#E4F2F9
Tones
Muted variations
1#266C8D
2#2C6A87
3#316881
4#37667C
5#3D6476
6#426270
7#48606A
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 | C9E6 #C9E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD2 #9FD2EA | BordersInactive statesPlaceholder text |
| 400 | 6DBB #6DBBDF | Disabled statesSecondary iconsMuted text |
| 500 | 43A7 #43A7D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 288B #288BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 206E #206E92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 174F #174F69 | 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: #C9E6F3;
--teal-300: #9FD2EA;
--teal-400: #6DBBDF;
--teal-500: #43A7D6;
--teal-600: #288BB8;
--teal-700: #206E92;
--teal-800: #174F69;
--teal-900: #0F3243;
--teal-950: #091F2A;
}