Teal
#027FB1
BlueColor Codes
All color formats for development
HEX
#027FB1RGB
rgb(2, 127, 177)HSL
hsl(197, 98%, 35%)OKLCH
oklch(0.563 0.119 235.1)CMYK
cmyk(99%, 28%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02729F
2#01668D
3#01597C
4#014C6A
5#014058
6#013347
7#012635
8#001923
9#000D12
Tints
Lighter variations
1#0297D2
2#02AEF2
3#19BCFD
4#3AC6FD
5#5BCFFD
6#7CD9FE
7#9DE2FE
8#BDECFE
9#DEF5FF
Tones
Muted variations
1#0B7BA8
2#13789F
3#1C7496
4#25708E
5#2E6C85
6#36687C
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 | BDEC #BDECFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BDD #8BDDFE | BordersInactive statesPlaceholder text |
| 400 | 4ECC #4ECCFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CBD #1CBDFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02A0 #02A0DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 027F #027FB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 015B #015B7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013A #013A51 | Primary textHigh emphasis contentDark headings |
| 950 | 0124 #012432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF5FF;
--teal-200: #BDECFE;
--teal-300: #8BDDFE;
--teal-400: #4ECCFD;
--teal-500: #1CBDFD;
--teal-600: #02A0DE;
--teal-700: #027FB1;
--teal-800: #015B7E;
--teal-900: #013A51;
--teal-950: #012432;
}