Teal
#257B8E
CyanColor Codes
All color formats for development
HEX
#257B8ERGB
rgb(37, 123, 142)HSL
hsl(191, 59%, 35%)OKLCH
oklch(0.541 0.084 215.8)CMYK
cmyk(74%, 13%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#216E80
2#1D6272
3#1A5663
4#164A55
5#123D47
6#0F3139
7#0B252B
8#07191C
9#040C0E
Tints
Lighter variations
1#2B91A8
2#32A8C3
3#47B6CF
4#61C1D6
5#7BCBDD
6#96D5E4
7#B0E0EB
8#CAEAF1
9#E5F5F8
Tones
Muted variations
1#2A7789
2#2F7483
3#34717E
4#3A6D79
5#3F6A74
6#44676E
7#496369
8#4F6064
9#545D5F
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 | CAEA #CAEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DA #A2DAE7 | BordersInactive statesPlaceholder text |
| 400 | 71C7 #71C7DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B7 #49B7D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9A #2E9AB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257B #257B8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A58 #1A5865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1138 #113841 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E3F4F8;
--teal-200: #CAEAF1;
--teal-300: #A2DAE7;
--teal-400: #71C7DA;
--teal-500: #49B7D0;
--teal-600: #2E9AB2;
--teal-700: #257B8E;
--teal-800: #1A5865;
--teal-900: #113841;
--teal-950: #0A2329;
}