Teal
#1271A1
BlueColor Codes
All color formats for development
HEX
#1271A1RGB
rgb(18, 113, 161)HSL
hsl(200, 80%, 35%)OKLCH
oklch(0.522 0.11 238.1)CMYK
cmyk(89%, 30%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106691
2#0E5A81
3#0C4F70
4#0B4460
5#093950
6#072D40
7#052230
8#041720
9#020B10
Tints
Lighter variations
1#1586BE
2#189BDC
3#2EAAE8
4#4CB6EB
5#6AC2EE
6#88CEF2
7#A5DBF5
8#C3E7F8
9#E1F3FC
Tones
Muted variations
1#196F9A
2#206C92
3#276A8B
4#2E6884
5#36657D
6#3D6376
7#44606F
8#4B5E68
9#525C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E7 #C3E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D4 #95D4F3 | BordersInactive statesPlaceholder text |
| 400 | 5EBE #5EBEED | Disabled statesSecondary iconsMuted text |
| 500 | 30AB #30ABE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 168E #168ECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1271 #1271A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D51 #0D5173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0834 #083449 | 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: #F1F9FD;
--teal-100: #DFF2FB;
--teal-200: #C3E7F8;
--teal-300: #95D4F3;
--teal-400: #5EBEED;
--teal-500: #30ABE8;
--teal-600: #168ECA;
--teal-700: #1271A1;
--teal-800: #0D5173;
--teal-900: #083449;
--teal-950: #05202E;
}