Teal
#077DAB
BlueColor Codes
All color formats for development
HEX
#077DABRGB
rgb(7, 125, 171)HSL
hsl(197, 92%, 35%)OKLCH
oklch(0.556 0.114 233.6)CMYK
cmyk(96%, 27%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06709A
2#066489
3#055778
4#044B67
5#043E56
6#033245
7#022533
8#011922
9#010C11
Tints
Lighter variations
1#0894CB
2#0AABEB
3#20B9F6
4#40C3F7
5#60CDF8
6#80D7FA
7#A0E1FB
8#BFEBFC
9#DFF5FE
Tones
Muted variations
1#0F79A3
2#18769B
3#207293
4#286F8B
5#306B82
6#38677A
7#416472
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 | BFEB #BFEBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDC #8EDCFA | BordersInactive statesPlaceholder text |
| 400 | 54C9 #54C9F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23BA #23BAF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 099D #099DD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 077D #077DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0559 #05597A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0339 #03394E | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF4FE;
--teal-200: #BFEBFC;
--teal-300: #8EDCFA;
--teal-400: #54C9F8;
--teal-500: #23BAF6;
--teal-600: #099DD7;
--teal-700: #077DAB;
--teal-800: #05597A;
--teal-900: #03394E;
--teal-950: #022431;
}