Teal
#1276A1
BlueColor Codes
All color formats for development
HEX
#1276A1RGB
rgb(18, 118, 161)HSL
hsl(198, 80%, 35%)OKLCH
oklch(0.534 0.107 234)CMYK
cmyk(89%, 27%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106A91
2#0E5E81
3#0C5270
4#0B4760
5#093B50
6#072F40
7#052330
8#041820
9#020C10
Tints
Lighter variations
1#158CBE
2#18A2DC
3#2EB0E8
4#4CBBEB
5#6AC7EE
6#88D2F2
7#A5DDF5
8#C3E8F8
9#E1F4FC
Tones
Muted variations
1#19739A
2#207092
3#276D8B
4#2E6A84
5#36687D
6#3D6576
7#44626F
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 | C3E8 #C3E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D7 #95D7F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC2 #5EC2ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B1 #30B1E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1694 #1694CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1276 #1276A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D54 #0D5473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0836 #083649 | 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: #C3E8F8;
--teal-300: #95D7F3;
--teal-400: #5EC2ED;
--teal-500: #30B1E8;
--teal-600: #1694CA;
--teal-700: #1276A1;
--teal-800: #0D5473;
--teal-900: #083649;
--teal-950: #05222E;
}