Teal
#25868D
CyanColor Codes
All color formats for development
HEX
#25868DRGB
rgb(37, 134, 141)HSL
hsl(184, 58%, 35%)OKLCH
oklch(0.569 0.086 202.2)CMYK
cmyk(74%, 5%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22797F
2#1E6B71
3#1A5E63
4#165055
5#134347
6#0F3638
7#0B282A
8#071B1C
9#040D0E
Tints
Lighter variations
1#2C9FA7
2#33B8C1
3#48C5CE
4#62CED5
5#7CD6DC
6#96DEE3
7#B0E6EA
8#CBEFF1
9#E5F7F8
Tones
Muted variations
1#2B8288
2#307D83
3#35797D
4#3A7478
5#3F7073
6#456B6E
7#4A6769
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 | CBEF #CBEFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E2 #A2E2E6 | BordersInactive statesPlaceholder text |
| 400 | 72D3 #72D3DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC6 #4AC6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA9 #2FA9B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2586 #25868D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B60 #1B6065 | 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: #CBEFF1;
--teal-300: #A2E2E6;
--teal-400: #72D3DA;
--teal-500: #4AC6CF;
--teal-600: #2FA9B1;
--teal-700: #25868D;
--teal-800: #1B6065;
--teal-900: #113D40;
--teal-950: #0B2628;
}