Teal
#26748C
CyanColor Codes
All color formats for development
HEX
#26748CRGB
rgb(38, 116, 140)HSL
hsl(194, 57%, 35%)OKLCH
oklch(0.523 0.083 222.4)CMYK
cmyk(73%, 17%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23697E
2#1F5D70
3#1B5162
4#174654
5#133A46
6#0F2F38
7#0C232A
8#08171C
9#040C0E
Tints
Lighter variations
1#2E8AA6
2#35A0C0
3#49AECD
4#63BAD4
5#7DC5DB
6#97D1E2
7#B1DCEA
8#CBE8F1
9#E5F3F8
Tones
Muted variations
1#2B7287
2#316F82
3#366C7D
4#3B6A78
5#406773
6#45646E
7#4A6169
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 | CBE8 #CBE8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3D6 #A3D6E6 | BordersInactive statesPlaceholder text |
| 400 | 73C1 #73C1D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BAF #4BAFCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3092 #3092B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2674 #26748C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B53 #1B5364 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1235 #123540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E3F3F7;
--teal-200: #CBE8F1;
--teal-300: #A3D6E6;
--teal-400: #73C1D9;
--teal-500: #4BAFCE;
--teal-600: #3092B0;
--teal-700: #26748C;
--teal-800: #1B5364;
--teal-900: #123540;
--teal-950: #0B2128;
}