Teal
#257F8D
CyanColor Codes
All color formats for development
HEX
#257F8DRGB
rgb(37, 127, 141)HSL
hsl(188, 58%, 35%)OKLCH
oklch(0.551 0.084 210.1)CMYK
cmyk(74%, 10%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22727F
2#1E6671
3#1A5963
4#164C55
5#134047
6#0F3338
7#0B262A
8#07191C
9#040D0E
Tints
Lighter variations
1#2C97A7
2#33AEC1
3#48BCCE
4#62C6D5
5#7CCFDC
6#96D9E3
7#B0E2EA
8#CBECF1
9#E5F5F8
Tones
Muted variations
1#2B7B88
2#307883
3#35747D
4#3A7078
5#3F6C73
6#45686E
7#4A6569
8#4F6164
9#545D5E
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 | CBEC #CBECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DD #A2DDE6 | BordersInactive statesPlaceholder text |
| 400 | 72CC #72CCDA | Disabled statesSecondary iconsMuted text |
| 500 | 4ABD #4ABDCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA0 #2FA0B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257F #257F8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5B #1B5B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E3F5F8;
--teal-200: #CBECF1;
--teal-300: #A2DDE6;
--teal-400: #72CCDA;
--teal-500: #4ABDCF;
--teal-600: #2FA0B1;
--teal-700: #257F8D;
--teal-800: #1B5B65;
--teal-900: #113A40;
--teal-950: #0B2428;
}