Teal
#26858C
CyanColor Codes
All color formats for development
HEX
#26858CRGB
rgb(38, 133, 140)HSL
hsl(184, 57%, 35%)OKLCH
oklch(0.566 0.085 202.3)CMYK
cmyk(73%, 5%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23787E
2#1F6B70
3#1B5D62
4#175054
5#134346
6#0F3538
7#0C282A
8#081B1C
9#040D0E
Tints
Lighter variations
1#2E9EA6
2#35B7C0
3#49C4CD
4#63CDD4
5#7DD5DB
6#97DDE2
7#B1E6EA
8#CBEEF1
9#E5F7F8
Tones
Muted variations
1#2B8187
2#317D82
3#36787D
4#3B7478
5#406F73
6#456B6E
7#4A6669
8#4F6263
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEE #CBEEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E1 #A3E1E6 | BordersInactive statesPlaceholder text |
| 400 | 73D2 #73D2D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BC5 #4BC5CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 30A8 #30A8B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2685 #26858C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5F #1B5F64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123D #123D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E3F6F7;
--teal-200: #CBEEF1;
--teal-300: #A3E1E6;
--teal-400: #73D2D9;
--teal-500: #4BC5CE;
--teal-600: #30A8B0;
--teal-700: #26858C;
--teal-800: #1B5F64;
--teal-900: #123D40;
--teal-950: #0B2628;
}