Teal
#25718D
BlueColor Codes
All color formats for development
HEX
#25718DRGB
rgb(37, 113, 141)HSL
hsl(196, 58%, 35%)OKLCH
oklch(0.515 0.085 226.8)CMYK
cmyk(74%, 20%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22667F
2#1E5B71
3#1A4F63
4#164455
5#133947
6#0F2D38
7#0B222A
8#07171C
9#040B0E
Tints
Lighter variations
1#2C86A7
2#339CC1
3#48AACE
4#62B6D5
5#7CC3DC
6#96CFE3
7#B0DBEA
8#CBE7F1
9#E5F3F8
Tones
Muted variations
1#2B6F88
2#306D83
3#356A7D
4#3A6878
5#3F6573
6#45636E
7#4A6069
8#4F5E64
9#545C5E
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 | CBE7 #CBE7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D4 #A2D4E6 | BordersInactive statesPlaceholder text |
| 400 | 72BE #72BEDA | Disabled statesSecondary iconsMuted text |
| 500 | 4AAB #4AABCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F8F #2F8FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2571 #25718D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B51 #1B5165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1134 #113440 | 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: #CBE7F1;
--teal-300: #A2D4E6;
--teal-400: #72BEDA;
--teal-500: #4AABCF;
--teal-600: #2F8FB1;
--teal-700: #25718D;
--teal-800: #1B5165;
--teal-900: #113440;
--teal-950: #0B2028;
}