Teal
#207692
BlueColor Codes
All color formats for development
HEX
#207692RGB
rgb(32, 118, 146)HSL
hsl(195, 64%, 35%)OKLCH
oklch(0.529 0.089 224.6)CMYK
cmyk(78%, 19%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D6A84
2#1A5E75
3#165266
4#134758
5#103B49
6#0D2F3B
7#0A232C
8#06181D
9#030C0F
Tints
Lighter variations
1#268CAE
2#2CA2C9
3#41B0D5
4#5CBBDB
5#77C7E1
6#92D2E7
7#ADDDED
8#C9E8F3
9#E4F4F9
Tones
Muted variations
1#26738D
2#2C7087
3#316D81
4#376A7C
5#3D6876
6#426570
7#48626A
8#4E5F65
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD7 #9FD7EA | BordersInactive statesPlaceholder text |
| 400 | 6DC2 #6DC2DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B1 #43B1D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2894 #2894B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2076 #207692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1754 #175469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F36 #0F3643 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFC;
--teal-100: #E2F3F9;
--teal-200: #C9E8F3;
--teal-300: #9FD7EA;
--teal-400: #6DC2DF;
--teal-500: #43B1D6;
--teal-600: #2894B8;
--teal-700: #207692;
--teal-800: #175469;
--teal-900: #0F3643;
--teal-950: #09222A;
}