Teal
#268C7F
CyanColor Codes
All color formats for development
HEX
#268C7FRGB
rgb(38, 140, 127)HSL
hsl(172, 57%, 35%)OKLCH
oklch(0.58 0.093 182.6)CMYK
cmyk(73%, 0%, 9%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E72
2#1F7065
3#1B6259
4#17544C
5#13463F
6#0F3833
7#0C2A26
8#081C19
9#040E0D
Tints
Lighter variations
1#2EA696
2#35C0AE
3#49CDBB
4#63D4C5
5#7DDBCF
6#97E2D8
7#B1EAE2
8#CBF1EC
9#E5F8F5
Tones
Muted variations
1#2B877B
2#318277
3#367D73
4#3B7870
5#40736C
6#456E68
7#4A6964
8#4F6361
9#545E5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6DD | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9CB | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B09F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B645A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F7F5;
--teal-200: #CBF1EC;
--teal-300: #A3E6DD;
--teal-400: #73D9CB;
--teal-500: #4BCEBC;
--teal-600: #30B09F;
--teal-700: #268C7F;
--teal-800: #1B645A;
--teal-900: #12403A;
--teal-950: #0B2824;
}