Teal
#25848D
CyanColor Codes
All color formats for development
HEX
#25848DRGB
rgb(37, 132, 141)HSL
hsl(185, 58%, 35%)OKLCH
oklch(0.564 0.086 204.4)CMYK
cmyk(74%, 6%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22777F
2#1E6A71
3#1A5D63
4#164F55
5#134247
6#0F3538
7#0B282A
8#071A1C
9#040D0E
Tints
Lighter variations
1#2C9DA7
2#33B6C1
3#48C3CE
4#62CCD5
5#7CD4DC
6#96DDE3
7#B0E5EA
8#CBEEF1
9#E5F6F8
Tones
Muted variations
1#2B8088
2#307C83
3#35777D
4#3A7378
5#3F6F73
6#456B6E
7#4A6669
8#4F6264
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEE #CBEEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E1 #A2E1E6 | BordersInactive statesPlaceholder text |
| 400 | 72D1 #72D1DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC4 #4AC4CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA6 #2FA6B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2584 #25848D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5F #1B5F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113D #113D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E3F6F8;
--teal-200: #CBEEF1;
--teal-300: #A2E1E6;
--teal-400: #72D1DA;
--teal-500: #4AC4CF;
--teal-600: #2FA6B1;
--teal-700: #25848D;
--teal-800: #1B5F65;
--teal-900: #113D40;
--teal-950: #0B2628;
}