Teal
#007AB3
BlueColor Codes
All color formats for development
HEX
#007AB3RGB
rgb(0, 122, 179)HSL
hsl(199, 100%, 35%)OKLCH
oklch(0.552 0.125 239.5)CMYK
cmyk(100%, 32%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#006EA1
2#00628F
3#00557D
4#00496B
5#003D59
6#003147
7#002536
8#001824
9#000C12
Tints
Lighter variations
1#0091D4
2#00A7F5
3#17B6FF
4#38C0FF
5#59CBFF
6#7AD5FF
7#9CE0FF
8#BDEAFF
9#DEF5FF
Tones
Muted variations
1#0977AA
2#1273A1
3#1B7098
4#246D8F
5#2D6A86
6#36667D
7#3E6374
8#47606B
9#505D62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF4 #DBF4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEA #BDEAFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADA #8ADAFF | BordersInactive statesPlaceholder text |
| 400 | 4DC6 #4DC6FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AB6 #1AB6FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0099 #0099E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 007A #007AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0057 #005780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0038 #003852 | Primary textHigh emphasis contentDark headings |
| 950 | 0023 #002333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DBF4FF;
--teal-200: #BDEAFF;
--teal-300: #8ADAFF;
--teal-400: #4DC6FF;
--teal-500: #1AB6FF;
--teal-600: #0099E0;
--teal-700: #007AB3;
--teal-800: #005780;
--teal-900: #003852;
--teal-950: #002333;
}