Teal
#26788C
CyanColor Codes
All color formats for development
HEX
#26788CRGB
rgb(38, 120, 140)HSL
hsl(192, 57%, 35%)OKLCH
oklch(0.533 0.082 217.6)CMYK
cmyk(73%, 14%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#236C7E
2#1F6070
3#1B5462
4#174854
5#133C46
6#0F3038
7#0C242A
8#08181C
9#040C0E
Tints
Lighter variations
1#2E8EA6
2#35A4C0
3#49B3CD
4#63BED4
5#7DC8DB
6#97D3E2
7#B1DEEA
8#CBE9F1
9#E5F4F8
Tones
Muted variations
1#2B7587
2#317282
3#366F7D
4#3B6C78
5#406973
6#45656E
7#4A6269
8#4F5F63
9#545C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE9 #CBE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3D8 #A3D8E6 | BordersInactive statesPlaceholder text |
| 400 | 73C4 #73C4D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BB3 #4BB3CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3097 #3097B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2678 #26788C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B56 #1B5664 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #123740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E3F3F7;
--teal-200: #CBE9F1;
--teal-300: #A3D8E6;
--teal-400: #73C4D9;
--teal-500: #4BB3CE;
--teal-600: #3097B0;
--teal-700: #26788C;
--teal-800: #1B5664;
--teal-900: #123740;
--teal-950: #0B2228;
}