Teal
#007DB3
BlueColor Codes
All color formats for development
HEX
#007DB3RGB
rgb(0, 125, 179)HSL
hsl(198, 100%, 35%)OKLCH
oklch(0.559 0.123 237.5)CMYK
cmyk(100%, 30%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0070A1
2#00648F
3#00577D
4#004B6B
5#003E59
6#003247
7#002536
8#001924
9#000C12
Tints
Lighter variations
1#0094D4
2#00ABF5
3#17B9FF
4#38C3FF
5#59CDFF
6#7AD7FF
7#9CE1FF
8#BDEBFF
9#DEF5FF
Tones
Muted variations
1#0979AA
2#1276A1
3#1B7298
4#246F8F
5#2D6B86
6#36687D
7#3E6474
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 | BDEB #BDEBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADC #8ADCFF | BordersInactive statesPlaceholder text |
| 400 | 4DC9 #4DC9FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ABA #1ABAFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 009D #009DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 007D #007DB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0059 #005980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0039 #003952 | Primary textHigh emphasis contentDark headings |
| 950 | 0024 #002433 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DBF4FF;
--teal-200: #BDEBFF;
--teal-300: #8ADCFF;
--teal-400: #4DC9FF;
--teal-500: #1ABAFF;
--teal-600: #009DE0;
--teal-700: #007DB3;
--teal-800: #005980;
--teal-900: #003952;
--teal-950: #002433;
}