Teal
#126FA1
BlueColor Codes
All color formats for development
HEX
#126FA1RGB
rgb(18, 111, 161)HSL
hsl(201, 80%, 35%)OKLCH
oklch(0.517 0.112 239.7)CMYK
cmyk(89%, 31%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106491
2#0E5981
3#0C4D70
4#0B4260
5#093750
6#072C40
7#052130
8#041620
9#020B10
Tints
Lighter variations
1#1583BE
2#1898DC
3#2EA7E8
4#4CB3EB
5#6AC0EE
6#88CDF2
7#A5D9F5
8#C3E6F8
9#E1F2FC
Tones
Muted variations
1#196D9A
2#206A92
3#27688B
4#2E6684
5#36647D
6#3D6276
7#44606F
8#4B5E68
9#525B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E6 #C3E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D2 #95D2F3 | BordersInactive statesPlaceholder text |
| 400 | 5EBB #5EBBED | Disabled statesSecondary iconsMuted text |
| 500 | 30A8 #30A8E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 168B #168BCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126F #126FA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4F #0D4F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0833 #083349 | 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: #DFF1FB;
--teal-200: #C3E6F8;
--teal-300: #95D2F3;
--teal-400: #5EBBED;
--teal-500: #30A8E8;
--teal-600: #168BCA;
--teal-700: #126FA1;
--teal-800: #0D4F73;
--teal-900: #083349;
--teal-950: #05202E;
}