Teal
#0379B0
BlueColor Codes
All color formats for development
HEX
#0379B0RGB
rgb(3, 121, 176)HSL
hsl(199, 97%, 35%)OKLCH
oklch(0.548 0.123 238.9)CMYK
cmyk(98%, 31%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#026D9E
2#02618D
3#02557B
4#024969
5#013C58
6#013046
7#012435
8#011823
9#000C12
Tints
Lighter variations
1#038FD0
2#04A6F1
3#1AB4FC
4#3BBFFC
5#5CCAFD
6#7CD4FD
7#9DDFFE
8#BEEAFE
9#DEF4FF
Tones
Muted variations
1#0B76A7
2#14739F
3#1D6F96
4#256C8D
5#2E6985
6#37667C
7#3F6373
8#48606B
9#515C62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEA #BEEAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD9 #8BD9FD | BordersInactive statesPlaceholder text |
| 400 | 4FC5 #4FC5FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DB5 #1DB5FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0398 #0398DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0379 #0379B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0256 #02567E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0137 #013750 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF3FE;
--teal-200: #BEEAFE;
--teal-300: #8BD9FD;
--teal-400: #4FC5FC;
--teal-500: #1DB5FC;
--teal-600: #0398DD;
--teal-700: #0379B0;
--teal-800: #02567E;
--teal-900: #013750;
--teal-950: #012332;
}