Teal
#26828C
CyanColor Codes
All color formats for development
HEX
#26828CRGB
rgb(38, 130, 140)HSL
hsl(186, 57%, 35%)OKLCH
oklch(0.559 0.084 205.7)CMYK
cmyk(73%, 7%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23757E
2#1F6870
3#1B5B62
4#174E54
5#134146
6#0F3438
7#0C272A
8#081A1C
9#040D0E
Tints
Lighter variations
1#2E9AA6
2#35B2C0
3#49C0CD
4#63C9D4
5#7DD2DB
6#97DBE2
7#B1E4EA
8#CBEDF1
9#E5F6F8
Tones
Muted variations
1#2B7E87
2#317A82
3#36767D
4#3B7278
5#406E73
6#456A6E
7#4A6569
8#4F6163
9#545D5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBED #CBEDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3DF #A3DFE6 | BordersInactive statesPlaceholder text |
| 400 | 73CE #73CED9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BC1 #4BC1CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 30A3 #30A3B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2682 #26828C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5D #1B5D64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123B #123B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B25 #0B2528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E3F5F7;
--teal-200: #CBEDF1;
--teal-300: #A3DFE6;
--teal-400: #73CED9;
--teal-500: #4BC1CE;
--teal-600: #30A3B0;
--teal-700: #26828C;
--teal-800: #1B5D64;
--teal-900: #123B40;
--teal-950: #0B2528;
}