Teal
#25808E
CyanColor Codes
All color formats for development
HEX
#25808ERGB
rgb(37, 128, 142)HSL
hsl(188, 59%, 35%)OKLCH
oklch(0.554 0.085 210)CMYK
cmyk(74%, 10%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#217380
2#1D6672
3#1A5A63
4#164D55
5#124047
6#0F3339
7#0B262B
8#071A1C
9#040D0E
Tints
Lighter variations
1#2B98A8
2#32AFC3
3#47BDCF
4#61C7D6
5#7BD0DD
6#96D9E4
7#B0E3EB
8#CAECF1
9#E5F6F8
Tones
Muted variations
1#2A7C89
2#2F7883
3#34747E
4#3A7079
5#3F6D74
6#44696E
7#496569
8#4F6164
9#545D5F
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 | CAEC #CAECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DE #A2DEE7 | BordersInactive statesPlaceholder text |
| 400 | 71CC #71CCDA | Disabled statesSecondary iconsMuted text |
| 500 | 49BE #49BED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EA1 #2EA1B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2580 #25808E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5B #1A5B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E3F5F8;
--teal-200: #CAECF1;
--teal-300: #A2DEE7;
--teal-400: #71CCDA;
--teal-500: #49BED0;
--teal-600: #2EA1B2;
--teal-700: #25808E;
--teal-800: #1A5B65;
--teal-900: #113A41;
--teal-950: #0A2529;
}