Teal
#1278A1
BlueColor Codes
All color formats for development
HEX
#1278A1RGB
rgb(18, 120, 161)HSL
hsl(197, 80%, 35%)OKLCH
oklch(0.539 0.106 232.3)CMYK
cmyk(89%, 25%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106C91
2#0E6081
3#0C5470
4#0B4860
5#093C50
6#073040
7#052430
8#041820
9#020C10
Tints
Lighter variations
1#158FBE
2#18A5DC
3#2EB3E8
4#4CBEEB
5#6AC9EE
6#88D4F2
7#A5DFF5
8#C3E9F8
9#E1F4FC
Tones
Muted variations
1#19759A
2#207292
3#276F8B
4#2E6C84
5#36697D
6#3D6676
7#44636F
8#4B5F68
9#525C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D9 #95D9F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC5 #5EC5ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B4 #30B4E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1697 #1697CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1278 #1278A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D56 #0D5673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0837 #083749 | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF3FB;
--teal-200: #C3E9F8;
--teal-300: #95D9F3;
--teal-400: #5EC5ED;
--teal-500: #30B4E8;
--teal-600: #1697CA;
--teal-700: #1278A1;
--teal-800: #0D5673;
--teal-900: #083749;
--teal-950: #05222E;
}