Teal
#25828E
CyanColor Codes
All color formats for development
HEX
#25828ERGB
rgb(37, 130, 142)HSL
hsl(187, 59%, 35%)OKLCH
oklch(0.559 0.085 207.7)CMYK
cmyk(74%, 8%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#217580
2#1D6872
3#1A5B63
4#164E55
5#124147
6#0F3439
7#0B272B
8#071A1C
9#040D0E
Tints
Lighter variations
1#2B9AA8
2#32B2C3
3#47BFCF
4#61C9D6
5#7BD2DD
6#96DBE4
7#B0E4EB
8#CAEDF1
9#E5F6F8
Tones
Muted variations
1#2A7E89
2#2F7A83
3#34767E
4#3A7179
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 | CAED #CAEDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DF #A2DFE7 | BordersInactive statesPlaceholder text |
| 400 | 71CE #71CEDA | Disabled statesSecondary iconsMuted text |
| 500 | 49C0 #49C0D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EA3 #2EA3B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2582 #25828E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5D #1A5D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113B #113B41 | 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: #CAEDF1;
--teal-300: #A2DFE7;
--teal-400: #71CEDA;
--teal-500: #49C0D0;
--teal-600: #2EA3B2;
--teal-700: #25828E;
--teal-800: #1A5D65;
--teal-900: #113B41;
--teal-950: #0A2529;
}