Teal
#268C85
CyanColor Codes
All color formats for development
HEX
#268C85RGB
rgb(38, 140, 133)HSL
hsl(176, 57%, 35%)OKLCH
oklch(0.582 0.091 188.2)CMYK
cmyk(73%, 0%, 5%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E78
2#1F706B
3#1B625D
4#175450
5#134643
6#0F3835
7#0C2A28
8#081C1B
9#040E0D
Tints
Lighter variations
1#2EA69E
2#35C0B7
3#49CDC4
4#63D4CD
5#7DDBD5
6#97E2DD
7#B1EAE6
8#CBF1EE
9#E5F8F7
Tones
Muted variations
1#2B8781
2#31827D
3#367D78
4#3B7874
5#40736F
6#456E6B
7#4A6966
8#4F6362
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6E1 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B0A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B645F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F7F6;
--teal-200: #CBF1EE;
--teal-300: #A3E6E1;
--teal-400: #73D9D2;
--teal-500: #4BCEC5;
--teal-600: #30B0A8;
--teal-700: #268C85;
--teal-800: #1B645F;
--teal-900: #12403D;
--teal-950: #0B2826;
}