Teal
#0282B1
BlueColor Codes
All color formats for development
HEX
#0282B1RGB
rgb(2, 130, 177)HSL
hsl(196, 98%, 35%)OKLCH
oklch(0.571 0.117 232.9)CMYK
cmyk(99%, 27%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02759F
2#01688D
3#015B7C
4#014E6A
5#014158
6#013447
7#012735
8#001A23
9#000D12
Tints
Lighter variations
1#029AD2
2#02B2F2
3#19C0FD
4#3AC9FD
5#5BD2FD
6#7CDBFE
7#9DE4FE
8#BDEDFE
9#DEF6FF
Tones
Muted variations
1#0B7EA8
2#137A9F
3#1C7696
4#25728E
5#2E6E85
6#366A7C
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 #DCF5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDED #BDEDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BDF #8BDFFE | BordersInactive statesPlaceholder text |
| 400 | 4ECF #4ECFFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CC1 #1CC1FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02A4 #02A4DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0282 #0282B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 015D #015D7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013B #013B51 | 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: #DCF5FF;
--teal-200: #BDEDFE;
--teal-300: #8BDFFE;
--teal-400: #4ECFFD;
--teal-500: #1CC1FD;
--teal-600: #02A4DE;
--teal-700: #0282B1;
--teal-800: #015D7E;
--teal-900: #013B51;
--teal-950: #012532;
}