Teal
#257C8E
CyanColor Codes
All color formats for development
HEX
#257C8ERGB
rgb(37, 124, 142)HSL
hsl(190, 59%, 35%)OKLCH
oklch(0.544 0.084 214.6)CMYK
cmyk(74%, 13%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#217080
2#1D6372
3#1A5763
4#164B55
5#123E47
6#0F3239
7#0B252B
8#07191C
9#040C0E
Tints
Lighter variations
1#2B93A8
2#32ABC3
3#47B9CF
4#61C3D6
5#7BCDDD
6#96D7E4
7#B0E1EB
8#CAEBF1
9#E5F5F8
Tones
Muted variations
1#2A7989
2#2F7583
3#34727E
4#3A6E79
5#3F6B74
6#44676E
7#496469
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 | CAEB #CAEBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DB #A2DBE7 | BordersInactive statesPlaceholder text |
| 400 | 71C9 #71C9DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B9 #49B9D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9C #2E9CB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257C #257C8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A59 #1A5965 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1139 #113941 | 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: #F3FAFC;
--teal-100: #E3F4F8;
--teal-200: #CAEBF1;
--teal-300: #A2DBE7;
--teal-400: #71C9DA;
--teal-500: #49B9D0;
--teal-600: #2E9CB2;
--teal-700: #257C8E;
--teal-800: #1A5965;
--teal-900: #113941;
--teal-950: #0A2429;
}