Teal
#25888D
CyanColor Codes
All color formats for development
HEX
#25888DRGB
rgb(37, 136, 141)HSL
hsl(183, 58%, 35%)OKLCH
oklch(0.574 0.087 200)CMYK
cmyk(74%, 4%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227A7F
2#1E6D71
3#1A5F63
4#165255
5#134447
6#0F3638
7#0B292A
8#071B1C
9#040E0E
Tints
Lighter variations
1#2CA1A7
2#33BAC1
3#48C8CE
4#62CFD5
5#7CD7DC
6#96DFE3
7#B0E7EA
8#CBEFF1
9#E5F7F8
Tones
Muted variations
1#2B8388
2#307F83
3#357A7D
4#3A7578
5#3F7173
6#456C6E
7#4A6769
8#4F6364
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 | A2E3 #A2E3E6 | BordersInactive statesPlaceholder text |
| 400 | 72D4 #72D4DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC8 #4AC8CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FAB #2FABB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2588 #25888D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B61 #1B6165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113E #113E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | 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: #A2E3E6;
--teal-400: #72D4DA;
--teal-500: #4AC8CF;
--teal-600: #2FABB1;
--teal-700: #25888D;
--teal-800: #1B6165;
--teal-900: #113E40;
--teal-950: #0B2728;
}