Teal
#0382B0
BlueColor Codes
All color formats for development
HEX
#0382B0RGB
rgb(3, 130, 176)HSL
hsl(196, 97%, 35%)OKLCH
oklch(0.57 0.116 232.4)CMYK
cmyk(98%, 26%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02759E
2#02688D
3#025B7B
4#024E69
5#014158
6#013446
7#012735
8#011A23
9#000D12
Tints
Lighter variations
1#039AD0
2#04B2F1
3#1ABFFC
4#3BC9FC
5#5CD2FD
6#7CDBFD
7#9DE4FE
8#BEEDFE
9#DEF6FF
Tones
Muted variations
1#0B7EA7
2#147A9F
3#1D7696
4#25718D
5#2E6D85
6#37697C
7#3F6573
8#48616B
9#515D62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF5 #DCF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEED #BEEDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BDF #8BDFFD | BordersInactive statesPlaceholder text |
| 400 | 4FCE #4FCEFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DC0 #1DC0FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03A3 #03A3DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0382 #0382B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 025D #025D7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013B #013B50 | Primary textHigh emphasis contentDark headings |
| 950 | 0125 #012532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF5FE;
--teal-200: #BEEDFE;
--teal-300: #8BDFFD;
--teal-400: #4FCEFC;
--teal-500: #1DC0FC;
--teal-600: #03A3DD;
--teal-700: #0382B0;
--teal-800: #025D7E;
--teal-900: #013B50;
--teal-950: #012532;
}