Teal
#0279B1
BlueColor Codes
All color formats for development
HEX
#0279B1RGB
rgb(2, 121, 177)HSL
hsl(199, 98%, 35%)OKLCH
oklch(0.549 0.124 239.3)CMYK
cmyk(99%, 32%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#026D9F
2#01618D
3#01557C
4#01496A
5#013D58
6#013147
7#012435
8#001823
9#000C12
Tints
Lighter variations
1#0290D2
2#02A6F2
3#19B5FD
4#3ABFFD
5#5BCAFD
6#7CD5FE
7#9DDFFE
8#BDEAFE
9#DEF4FF
Tones
Muted variations
1#0B76A8
2#13739F
3#1C7096
4#256C8E
5#2E6985
6#36667C
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 | DCF4 #DCF4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEA #BDEAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD9 #8BD9FE | BordersInactive statesPlaceholder text |
| 400 | 4EC6 #4EC6FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CB5 #1CB5FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0299 #0299DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0279 #0279B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0157 #01577E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0137 #013751 | 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: #DCF4FF;
--teal-200: #BDEAFE;
--teal-300: #8BD9FE;
--teal-400: #4EC6FD;
--teal-500: #1CB5FD;
--teal-600: #0299DE;
--teal-700: #0279B1;
--teal-800: #01577E;
--teal-900: #013751;
--teal-950: #012332;
}