Teal
#127BA1
BlueColor Codes
All color formats for development
HEX
#127BA1RGB
rgb(18, 123, 161)HSL
hsl(196, 80%, 35%)OKLCH
oklch(0.547 0.104 229.6)CMYK
cmyk(89%, 24%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106E91
2#0E6281
3#0C5670
4#0B4A60
5#093D50
6#073140
7#052530
8#041920
9#020C10
Tints
Lighter variations
1#1591BE
2#18A8DC
3#2EB6E8
4#4CC1EB
5#6ACBEE
6#88D5F2
7#A5E0F5
8#C3EAF8
9#E1F5FC
Tones
Muted variations
1#19779A
2#207492
3#27718B
4#2E6D84
5#366A7D
6#3D6776
7#44636F
8#4B6068
9#525D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EA #C3EAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DA #95DAF3 | BordersInactive statesPlaceholder text |
| 400 | 5EC7 #5EC7ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B7 #30B7E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 169A #169ACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 127B #127BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D58 #0D5873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0838 #083849 | Primary textHigh emphasis contentDark headings |
| 950 | 0523 #05232E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF4FB;
--teal-200: #C3EAF8;
--teal-300: #95DAF3;
--teal-400: #5EC7ED;
--teal-500: #30B7E8;
--teal-600: #169ACA;
--teal-700: #127BA1;
--teal-800: #0D5873;
--teal-900: #083849;
--teal-950: #05232E;
}