Teal
#25708D
BlueColor Codes
All color formats for development
HEX
#25708DRGB
rgb(37, 112, 141)HSL
hsl(197, 58%, 35%)OKLCH
oklch(0.513 0.085 227.9)CMYK
cmyk(74%, 21%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22657F
2#1E5971
3#1A4E63
4#164355
5#133847
6#0F2D38
7#0B222A
8#07161C
9#040B0E
Tints
Lighter variations
1#2C84A7
2#3399C1
3#48A8CE
4#62B5D5
5#7CC1DC
6#96CDE3
7#B0DAEA
8#CBE6F1
9#E5F3F8
Tones
Muted variations
1#2B6D88
2#306B83
3#35697D
4#3A6778
5#3F6473
6#45626E
7#4A6069
8#4F5E64
9#545B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE6 #CBE6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D3 #A2D3E6 | BordersInactive statesPlaceholder text |
| 400 | 72BC #72BCDA | Disabled statesSecondary iconsMuted text |
| 500 | 4AA9 #4AA9CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F8C #2F8CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2570 #25708D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B50 #1B5065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1133 #113340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F2F8;
--teal-200: #CBE6F1;
--teal-300: #A2D3E6;
--teal-400: #72BCDA;
--teal-500: #4AA9CF;
--teal-600: #2F8CB1;
--teal-700: #25708D;
--teal-800: #1B5065;
--teal-900: #113340;
--teal-950: #0B2028;
}