Teal
#25838D
CyanColor Codes
All color formats for development
HEX
#25838DRGB
rgb(37, 131, 141)HSL
hsl(186, 58%, 35%)OKLCH
oklch(0.561 0.085 205.5)CMYK
cmyk(74%, 7%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22767F
2#1E6971
3#1A5B63
4#164E55
5#134147
6#0F3438
7#0B272A
8#071A1C
9#040D0E
Tints
Lighter variations
1#2C9BA7
2#33B3C1
3#48C1CE
4#62CAD5
5#7CD3DC
6#96DBE3
7#B0E4EA
8#CBEDF1
9#E5F6F8
Tones
Muted variations
1#2B7F88
2#307A83
3#35767D
4#3A7278
5#3F6E73
6#456A6E
7#4A6669
8#4F6264
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 | CBED #CBEDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E0 #A2E0E6 | BordersInactive statesPlaceholder text |
| 400 | 72CF #72CFDA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC1 #4AC1CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA4 #2FA4B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2583 #25838D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5D #1B5D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113C #113C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B25 #0B2528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E3F5F8;
--teal-200: #CBEDF1;
--teal-300: #A2E0E6;
--teal-400: #72CFDA;
--teal-500: #4AC1CF;
--teal-600: #2FA4B1;
--teal-700: #25838D;
--teal-800: #1B5D65;
--teal-900: #113C40;
--teal-950: #0B2528;
}