Teal
#26768C
CyanColor Codes
All color formats for development
HEX
#26768CRGB
rgb(38, 118, 140)HSL
hsl(193, 57%, 35%)OKLCH
oklch(0.528 0.082 220)CMYK
cmyk(73%, 16%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#236A7E
2#1F5E70
3#1B5362
4#174754
5#133B46
6#0F2F38
7#0C232A
8#08181C
9#040C0E
Tints
Lighter variations
1#2E8CA6
2#35A2C0
3#49B0CD
4#63BCD4
5#7DC7DB
6#97D2E2
7#B1DDEA
8#CBE9F1
9#E5F4F8
Tones
Muted variations
1#2B7387
2#317082
3#366D7D
4#3B6B78
5#406873
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 | A3D7 #A3D7E6 | BordersInactive statesPlaceholder text |
| 400 | 73C3 #73C3D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BB1 #4BB1CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3094 #3094B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2676 #26768C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B54 #1B5464 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #123640 | 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: #A3D7E6;
--teal-400: #73C3D9;
--teal-500: #4BB1CE;
--teal-600: #3094B0;
--teal-700: #26768C;
--teal-800: #1B5464;
--teal-900: #123640;
--teal-950: #0B2228;
}