Teal
#26898C
CyanColor Codes
All color formats for development
HEX
#26898CRGB
rgb(38, 137, 140)HSL
hsl(182, 57%, 35%)OKLCH
oklch(0.577 0.088 198)CMYK
cmyk(73%, 2%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237B7E
2#1F6D70
3#1B6062
4#175254
5#134446
6#0F3738
7#0C292A
8#081B1C
9#040E0E
Tints
Lighter variations
1#2EA2A6
2#35BCC0
3#49C9CD
4#63D0D4
5#7DD8DB
6#97E0E2
7#B1E8EA
8#CBEFF1
9#E5F7F8
Tones
Muted variations
1#2B8487
2#317F82
3#367A7D
4#3B7678
5#407173
6#456C6E
7#4A6769
8#4F6363
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEF #CBEFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E4 #A3E4E6 | BordersInactive statesPlaceholder text |
| 400 | 73D5 #73D5D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BC9 #4BC9CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 30AC #30ACB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2689 #26898C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B62 #1B6264 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F40 | 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: #E3F7F7;
--teal-200: #CBEFF1;
--teal-300: #A3E4E6;
--teal-400: #73D5D9;
--teal-500: #4BC9CE;
--teal-600: #30ACB0;
--teal-700: #26898C;
--teal-800: #1B6264;
--teal-900: #123F40;
--teal-950: #0B2728;
}