Teal
#037FB0
BlueColor Codes
All color formats for development
HEX
#037FB0RGB
rgb(3, 127, 176)HSL
hsl(197, 97%, 35%)OKLCH
oklch(0.563 0.118 234.7)CMYK
cmyk(98%, 28%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02729E
2#02658D
3#02597B
4#024C69
5#013F58
6#013346
7#012635
8#011923
9#000D12
Tints
Lighter variations
1#0396D0
2#04AEF1
3#1ABCFC
4#3BC5FC
5#5CCFFD
6#7CD9FD
7#9DE2FE
8#BEECFE
9#DEF5FF
Tones
Muted variations
1#0B7BA7
2#14779F
3#1D7496
4#25708D
5#2E6C85
6#37687C
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 | BEEC #BEECFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BDD #8BDDFD | BordersInactive statesPlaceholder text |
| 400 | 4FCB #4FCBFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DBC #1DBCFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 039F #039FDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 037F #037FB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 025B #025B7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013A #013A50 | 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: #DCF5FE;
--teal-200: #BEECFE;
--teal-300: #8BDDFD;
--teal-400: #4FCBFC;
--teal-500: #1DBCFC;
--teal-600: #039FDD;
--teal-700: #037FB0;
--teal-800: #025B7E;
--teal-900: #013A50;
--teal-950: #012432;
}