Teal
#14779F
BlueColor Codes
All color formats for development
HEX
#14779FRGB
rgb(20, 119, 159)HSL
hsl(197, 78%, 35%)OKLCH
oklch(0.536 0.104 232.1)CMYK
cmyk(87%, 25%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#126B8F
2#10607F
3#0E546F
4#0C485F
5#0A3C4F
6#083040
7#062430
8#041820
9#020C10
Tints
Lighter variations
1#178EBC
2#1BA4DA
3#30B2E5
4#4EBDE9
5#6BC8ED
6#89D3F0
7#A6DEF4
8#C4E9F8
9#E1F4FB
Tones
Muted variations
1#1B7498
2#227191
3#296E8A
4#2F6B83
5#36687C
6#3D6575
7#44626E
8#4B5F67
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 | C4E9 #C4E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D8 #97D8F2 | BordersInactive statesPlaceholder text |
| 400 | 60C4 #60C4EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B3 #33B3E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1996 #1996C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1477 #14779F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E55 #0E5571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0937 #093749 | Primary textHigh emphasis contentDark headings |
| 950 | 0622 #06222D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF3FB;
--teal-200: #C4E9F8;
--teal-300: #97D8F2;
--teal-400: #60C4EB;
--teal-500: #33B3E6;
--teal-600: #1996C8;
--teal-700: #14779F;
--teal-800: #0E5571;
--teal-900: #093749;
--teal-950: #06222D;
}