Teal
#127DA1
BlueColor Codes
All color formats for development
HEX
#127DA1RGB
rgb(18, 125, 161)HSL
hsl(195, 80%, 35%)OKLCH
oklch(0.552 0.103 227.8)CMYK
cmyk(89%, 22%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#107091
2#0E6481
3#0C5770
4#0B4B60
5#093E50
6#073240
7#052530
8#041920
9#020C10
Tints
Lighter variations
1#1594BE
2#18ABDC
3#2EB9E8
4#4CC3EB
5#6ACDEE
6#88D7F2
7#A5E1F5
8#C3EBF8
9#E1F5FC
Tones
Muted variations
1#19799A
2#207692
3#27728B
4#2E6F84
5#366B7D
6#3D6876
7#44646F
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 | C3EB #C3EBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DC #95DCF3 | BordersInactive statesPlaceholder text |
| 400 | 5EC9 #5EC9ED | Disabled statesSecondary iconsMuted text |
| 500 | 30BA #30BAE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 169D #169DCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 127D #127DA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D59 #0D5973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0839 #083949 | Primary textHigh emphasis contentDark headings |
| 950 | 0524 #05242E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF4FB;
--teal-200: #C3EBF8;
--teal-300: #95DCF3;
--teal-400: #5EC9ED;
--teal-500: #30BAE8;
--teal-600: #169DCA;
--teal-700: #127DA1;
--teal-800: #0D5973;
--teal-900: #083949;
--teal-950: #05242E;
}