Teal
#257C8D
CyanColor Codes
All color formats for development
HEX
#257C8DRGB
rgb(37, 124, 141)HSL
hsl(190, 58%, 35%)OKLCH
oklch(0.543 0.084 213.6)CMYK
cmyk(74%, 12%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#226F7F
2#1E6371
3#1A5763
4#164A55
5#133E47
6#0F3238
7#0B252A
8#07191C
9#040C0E
Tints
Lighter variations
1#2C93A7
2#33AAC1
3#48B8CE
4#62C2D5
5#7CCCDC
6#96D6E3
7#B0E1EA
8#CBEBF1
9#E5F5F8
Tones
Muted variations
1#2B7888
2#307583
3#35717D
4#3A6E78
5#3F6B73
6#45676E
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 | A2DB #A2DBE6 | BordersInactive statesPlaceholder text |
| 400 | 72C8 #72C8DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB9 #4AB9CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F9C #2F9CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257C #257C8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B58 #1B5865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1139 #113940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | 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: #A2DBE6;
--teal-400: #72C8DA;
--teal-500: #4AB9CF;
--teal-600: #2F9CB1;
--teal-700: #257C8D;
--teal-800: #1B5865;
--teal-900: #113940;
--teal-950: #0B2328;
}