Teal
#25838E
CyanColor Codes
All color formats for development
HEX
#25838ERGB
rgb(37, 131, 142)HSL
hsl(186, 59%, 35%)OKLCH
oklch(0.562 0.085 206.5)CMYK
cmyk(74%, 8%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#217680
2#1D6972
3#1A5C63
4#164F55
5#124247
6#0F3539
7#0B272B
8#071A1C
9#040D0E
Tints
Lighter variations
1#2B9CA8
2#32B4C3
3#47C2CF
4#61CAD6
5#7BD3DD
6#96DCE4
7#B0E5EB
8#CAEDF1
9#E5F6F8
Tones
Muted variations
1#2A7F89
2#2F7B83
3#34777E
4#3A7379
5#3F6E74
6#446A6E
7#496669
8#4F6264
9#545D5F
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 | CAED #CAEDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E0 #A2E0E7 | BordersInactive statesPlaceholder text |
| 400 | 71D0 #71D0DA | Disabled statesSecondary iconsMuted text |
| 500 | 49C2 #49C2D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EA5 #2EA5B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2583 #25838E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5E #1A5E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113C #113C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E3F6F8;
--teal-200: #CAEDF1;
--teal-300: #A2E0E7;
--teal-400: #71D0DA;
--teal-500: #49C2D0;
--teal-600: #2EA5B2;
--teal-700: #25838E;
--teal-800: #1A5E65;
--teal-900: #113C41;
--teal-950: #0A2629;
}