Teal
#25758D
CyanColor Codes
All color formats for development
HEX
#25758DRGB
rgb(37, 117, 141)HSL
hsl(194, 58%, 35%)OKLCH
oklch(0.525 0.084 222)CMYK
cmyk(74%, 17%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22697F
2#1E5D71
3#1A5263
4#164655
5#133A47
6#0F2F38
7#0B232A
8#07171C
9#040C0E
Tints
Lighter variations
1#2C8BA7
2#33A0C1
3#48AFCE
4#62BAD5
5#7CC6DC
6#96D1E3
7#B0DDEA
8#CBE8F1
9#E5F4F8
Tones
Muted variations
1#2B7288
2#306F83
3#356D7D
4#3A6A78
5#3F6773
6#45646E
7#4A6269
8#4F5F64
9#545C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE8 #CBE8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D6 #A2D6E6 | BordersInactive statesPlaceholder text |
| 400 | 72C1 #72C1DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB0 #4AB0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F93 #2F93B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2575 #25758D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B53 #1B5365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1135 #113540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E3F3F8;
--teal-200: #CBE8F1;
--teal-300: #A2D6E6;
--teal-400: #72C1DA;
--teal-500: #4AB0CF;
--teal-600: #2F93B1;
--teal-700: #25758D;
--teal-800: #1B5365;
--teal-900: #113540;
--teal-950: #0B2128;
}