Teal
#025D7E
BlueColor Codes
All color formats for development
HEX
#025D7ERGB
rgb(2, 93, 126)HSL
hsl(196, 97%, 25%)OKLCH
oklch(0.449 0.09 231.5)CMYK
cmyk(98%, 26%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#025371
2#024A64
3#014158
4#01384B
5#012E3F
6#012532
7#011C26
8#001319
9#00090D
Tints
Lighter variations
1#0278A3
2#0394C9
3#04B0EF
4#1DC0FC
5#43CBFC
6#68D5FD
7#8EE0FD
8#B4EAFE
9#D9F5FE
Tones
Muted variations
1#085A77
2#0E5771
3#14546B
4#1B5165
5#214E5F
6#274B58
7#2D4852
8#33464C
9#3A4346
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 | BEED #BEEDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BDF #8BDFFD | BordersInactive statesPlaceholder text |
| 400 | 4FCE #4FCEFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DC0 #1DC0FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03A3 #03A3DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0382 #0382B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 025D #025D7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013B #013B50 | 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: #DCF5FE;
--teal-200: #BEEDFE;
--teal-300: #8BDFFD;
--teal-400: #4FCEFC;
--teal-500: #1DC0FC;
--teal-600: #03A3DD;
--teal-700: #0382B0;
--teal-800: #025D7E;
--teal-900: #013B50;
--teal-950: #012532;
}