Teal
#207292
BlueColor Codes
All color formats for development
HEX
#207292RGB
rgb(32, 114, 146)HSL
hsl(197, 64%, 35%)OKLCH
oklch(0.519 0.091 229)CMYK
cmyk(78%, 22%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D6784
2#1A5B75
3#165066
4#134458
5#103949
6#0D2E3B
7#0A222C
8#06171D
9#030B0F
Tints
Lighter variations
1#2687AE
2#2C9CC9
3#41ABD5
4#5CB7DB
5#77C3E1
6#92CFE7
7#ADDBED
8#C9E7F3
9#E4F3F9
Tones
Muted variations
1#26708D
2#2C6D87
3#316B81
4#37687C
5#3D6676
6#426370
7#48616A
8#4E5E65
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E7 #C9E7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD5 #9FD5EA | BordersInactive statesPlaceholder text |
| 400 | 6DBF #6DBFDF | Disabled statesSecondary iconsMuted text |
| 500 | 43AC #43ACD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 288F #288FB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2072 #207292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1751 #175169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F34 #0F3443 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FC;
--teal-100: #E2F2F9;
--teal-200: #C9E7F3;
--teal-300: #9FD5EA;
--teal-400: #6DBFDF;
--teal-500: #43ACD6;
--teal-600: #288FB8;
--teal-700: #207292;
--teal-800: #175169;
--teal-900: #0F3443;
--teal-950: #09212A;
}