Teal
#25738D
BlueColor Codes
All color formats for development
HEX
#25738DRGB
rgb(37, 115, 141)HSL
hsl(195, 58%, 35%)OKLCH
oklch(0.52 0.084 224.4)CMYK
cmyk(74%, 18%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22687F
2#1E5C71
3#1A5163
4#164555
5#133A47
6#0F2E38
7#0B232A
8#07171C
9#040C0E
Tints
Lighter variations
1#2C89A7
2#339EC1
3#48ADCE
4#62B8D5
5#7CC4DC
6#96D0E3
7#B0DCEA
8#CBE7F1
9#E5F3F8
Tones
Muted variations
1#2B7188
2#306E83
3#356B7D
4#3A6978
5#3F6673
6#45646E
7#4A6169
8#4F5E64
9#545C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE7 #CBE7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D5 #A2D5E6 | BordersInactive statesPlaceholder text |
| 400 | 72C0 #72C0DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AAE #4AAECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F91 #2F91B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2573 #25738D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B52 #1B5265 | 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: #E3F2F8;
--teal-200: #CBE7F1;
--teal-300: #A2D5E6;
--teal-400: #72C0DA;
--teal-500: #4AAECF;
--teal-600: #2F91B1;
--teal-700: #25738D;
--teal-800: #1B5265;
--teal-900: #113540;
--teal-950: #0B2128;
}