Teal
#257E8E
CyanColor Codes
All color formats for development
HEX
#257E8ERGB
rgb(37, 126, 142)HSL
hsl(189, 59%, 35%)OKLCH
oklch(0.549 0.084 212.3)CMYK
cmyk(74%, 11%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#217180
2#1D6572
3#1A5863
4#164C55
5#123F47
6#0F3239
7#0B262B
8#07191C
9#040D0E
Tints
Lighter variations
1#2B96A8
2#32ADC3
3#47BBCF
4#61C5D6
5#7BCEDD
6#96D8E4
7#B0E2EB
8#CAECF1
9#E5F5F8
Tones
Muted variations
1#2A7A89
2#2F7783
3#34737E
4#3A6F79
5#3F6C74
6#44686E
7#496469
8#4F6164
9#545D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEC #CAECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DD #A2DDE7 | BordersInactive statesPlaceholder text |
| 400 | 71CB #71CBDA | Disabled statesSecondary iconsMuted text |
| 500 | 49BC #49BCD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9F #2E9FB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257E #257E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5A #1A5A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E3F5F8;
--teal-200: #CAECF1;
--teal-300: #A2DDE7;
--teal-400: #71CBDA;
--teal-500: #49BCD0;
--teal-600: #2E9FB2;
--teal-700: #257E8E;
--teal-800: #1A5A65;
--teal-900: #113A41;
--teal-950: #0A2429;
}