Teal
#025B7E
BlueColor Codes
All color formats for development
HEX
#025B7ERGB
rgb(2, 91, 126)HSL
hsl(197, 97%, 25%)OKLCH
oklch(0.444 0.092 233.6)CMYK
cmyk(98%, 28%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#025171
2#024864
3#013F58
4#01364B
5#012D3F
6#012432
7#011B26
8#001219
9#00090D
Tints
Lighter variations
1#0276A3
2#0391C9
3#04ACEF
4#1DBCFC
5#43C8FC
6#68D3FD
7#8EDEFD
8#B4E9FE
9#D9F4FE
Tones
Muted variations
1#085877
2#0E5571
3#14536B
4#1B5065
5#214D5F
6#274A58
7#2D4852
8#33454C
9#3A4246
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;
}