Teal
#1072A2
BlueColor Codes
All color formats for development
HEX
#1072A2RGB
rgb(16, 114, 162)HSL
hsl(200, 82%, 35%)OKLCH
oklch(0.524 0.111 237.7)CMYK
cmyk(90%, 30%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6692
2#0D5B82
3#0B5072
4#0A4461
5#083951
6#062D41
7#052231
8#031720
9#020B10
Tints
Lighter variations
1#1387C1
2#169CDF
3#2CABEA
4#4AB7ED
5#68C3F0
6#86CFF3
7#A5DBF6
8#C3E7F9
9#E1F3FC
Tones
Muted variations
1#176F9B
2#1F6D94
3#266A8C
4#2D6885
5#35657E
6#3C6377
7#43616F
8#4B5E68
9#525C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E7 #C3E7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D4 #94D4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DBE #5DBEEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EAC #2EACEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 148F #148FCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1072 #1072A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B51 #0B5174 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0734 #07344A | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FE;
--teal-100: #DFF2FC;
--teal-200: #C3E7F9;
--teal-300: #94D4F4;
--teal-400: #5DBEEF;
--teal-500: #2EACEA;
--teal-600: #148FCC;
--teal-700: #1072A2;
--teal-800: #0B5174;
--teal-900: #07344A;
--teal-950: #05202E;
}