Teal
#257D8D
CyanColor Codes
All color formats for development
HEX
#257D8DRGB
rgb(37, 125, 141)HSL
hsl(189, 58%, 35%)OKLCH
oklch(0.546 0.084 212.4)CMYK
cmyk(74%, 11%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22717F
2#1E6471
3#1A5863
4#164B55
5#133F47
6#0F3238
7#0B262A
8#07191C
9#040D0E
Tints
Lighter variations
1#2C95A7
2#33ACC1
3#48BACE
4#62C4D5
5#7CCEDC
6#96D8E3
7#B0E1EA
8#CBEBF1
9#E5F5F8
Tones
Muted variations
1#2B7A88
2#307683
3#35737D
4#3A6F78
5#3F6B73
6#45686E
7#4A6469
8#4F6064
9#545D5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEB #CBEBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DC #A2DCE6 | BordersInactive statesPlaceholder text |
| 400 | 72CA #72CADA | Disabled statesSecondary iconsMuted text |
| 500 | 4ABB #4ABBCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F9E #2F9EB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257D #257D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5A #1B5A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1139 #113940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E3F4F8;
--teal-200: #CBEBF1;
--teal-300: #A2DCE6;
--teal-400: #72CADA;
--teal-500: #4ABBCF;
--teal-600: #2F9EB1;
--teal-700: #257D8D;
--teal-800: #1B5A65;
--teal-900: #113940;
--teal-950: #0B2428;
}