Teal
#077AAB
BlueColor Codes
All color formats for development
HEX
#077AABRGB
rgb(7, 122, 171)HSL
hsl(198, 92%, 35%)OKLCH
oklch(0.548 0.116 235.9)CMYK
cmyk(96%, 29%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#066E9A
2#066289
3#055578
4#044967
5#043D56
6#033145
7#022533
8#011822
9#010C11
Tints
Lighter variations
1#0891CB
2#0AA7EB
3#20B6F6
4#40C0F7
5#60CBF8
6#80D5FA
7#A0E0FB
8#BFEAFC
9#DFF5FE
Tones
Muted variations
1#0F77A3
2#18749B
3#207093
4#286D8B
5#306A82
6#38667A
7#416372
8#49606A
9#515D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEA #BFEAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDA #8EDAFA | BordersInactive statesPlaceholder text |
| 400 | 54C7 #54C7F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23B6 #23B6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0999 #0999D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 077A #077AAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0557 #05577A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0338 #03384E | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF4FE;
--teal-200: #BFEAFC;
--teal-300: #8EDAFA;
--teal-400: #54C7F8;
--teal-500: #23B6F6;
--teal-600: #0999D7;
--teal-700: #077AAB;
--teal-800: #05577A;
--teal-900: #03384E;
--teal-950: #022331;
}