Teal
#257A8D
CyanColor Codes
All color formats for development
HEX
#257A8DRGB
rgb(37, 122, 141)HSL
hsl(191, 58%, 35%)OKLCH
oklch(0.538 0.083 216)CMYK
cmyk(74%, 13%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#226E7F
2#1E6271
3#1A5563
4#164955
5#133D47
6#0F3138
7#0B252A
8#07181C
9#040C0E
Tints
Lighter variations
1#2C91A7
2#33A7C1
3#48B6CE
4#62C0D5
5#7CCBDC
6#96D5E3
7#B0E0EA
8#CBEAF1
9#E5F5F8
Tones
Muted variations
1#2B7788
2#307383
3#35707D
4#3A6D78
5#3F6A73
6#45666E
7#4A6369
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 | CBEA #CBEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DA #A2DAE6 | BordersInactive statesPlaceholder text |
| 400 | 72C7 #72C7DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB6 #4AB6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F99 #2F99B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257A #257A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B57 #1B5765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1138 #113840 | 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: #CBEAF1;
--teal-300: #A2DAE6;
--teal-400: #72C7DA;
--teal-500: #4AB6CF;
--teal-600: #2F99B1;
--teal-700: #257A8D;
--teal-800: #1B5765;
--teal-900: #113840;
--teal-950: #0B2328;
}