Teal
#025F7E
BlueColor Codes
All color formats for development
HEX
#025F7ERGB
rgb(2, 95, 126)HSL
hsl(195, 97%, 25%)OKLCH
oklch(0.454 0.089 229.4)CMYK
cmyk(98%, 25%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#025571
2#024C64
3#014258
4#01394B
5#012F3F
6#012632
7#011C26
8#001319
9#00090D
Tints
Lighter variations
1#027BA3
2#0397C9
3#04B4EF
4#1DC4FC
5#43CEFC
6#68D8FD
7#8EE1FD
8#B4EBFE
9#D9F5FE
Tones
Muted variations
1#085C77
2#0E5871
3#14556B
4#1B5265
5#214F5F
6#274C58
7#2D4952
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 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEE #BEEEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE1 #8BE1FD | BordersInactive statesPlaceholder text |
| 400 | 4FD1 #4FD1FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DC4 #1DC4FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03A7 #03A7DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0385 #0385B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 025F #025F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013D #013D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0126 #012632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF6FE;
--teal-200: #BEEEFE;
--teal-300: #8BE1FD;
--teal-400: #4FD1FC;
--teal-500: #1DC4FC;
--teal-600: #03A7DD;
--teal-700: #0385B0;
--teal-800: #025F7E;
--teal-900: #013D50;
--teal-950: #012632;
}