Teal
#147C9F
BlueColor Codes
All color formats for development
HEX
#147C9FRGB
rgb(20, 124, 159)HSL
hsl(195, 78%, 35%)OKLCH
oklch(0.548 0.101 227.5)CMYK
cmyk(87%, 22%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12708F
2#10637F
3#0E576F
4#0C4A5F
5#0A3E4F
6#083240
7#062530
8#041920
9#020C10
Tints
Lighter variations
1#1793BC
2#1BAADA
3#30B8E5
4#4EC2E9
5#6BCCED
6#89D7F0
7#A6E1F4
8#C4EBF8
9#E1F5FB
Tones
Muted variations
1#1B7998
2#227591
3#29728A
4#2F6E83
5#366B7C
6#3D6775
7#44646E
8#4B6067
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 | C4EB #C4EBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DB #97DBF2 | BordersInactive statesPlaceholder text |
| 400 | 60C9 #60C9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B9 #33B9E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 199C #199CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 147C #147C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E59 #0E5971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0939 #093949 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF4FB;
--teal-200: #C4EBF8;
--teal-300: #97DBF2;
--teal-400: #60C9EB;
--teal-500: #33B9E6;
--teal-600: #199CC8;
--teal-700: #147C9F;
--teal-800: #0E5971;
--teal-900: #093949;
--teal-950: #06232D;
}