Teal
#268C8C
CyanColor Codes
All color formats for development
HEX
#268C8CRGB
rgb(38, 140, 140)HSL
hsl(180, 57%, 35%)OKLCH
oklch(0.585 0.089 195)CMYK
cmyk(73%, 0%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E7E
2#1F7070
3#1B6262
4#175454
5#134646
6#0F3838
7#0C2A2A
8#081C1C
9#040E0E
Tints
Lighter variations
1#2EA6A6
2#35C0C0
3#49CDCD
4#63D4D4
5#7DDBDB
6#97E2E2
7#B1EAEA
8#CBF1F1
9#E5F8F8
Tones
Muted variations
1#2B8787
2#318282
3#367D7D
4#3B7878
5#407373
6#456E6E
7#4A6969
8#4F6363
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6E6 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCECE | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B0B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6464 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E3F7F7;
--teal-200: #CBF1F1;
--teal-300: #A3E6E6;
--teal-400: #73D9D9;
--teal-500: #4BCECE;
--teal-600: #30B0B0;
--teal-700: #268C8C;
--teal-800: #1B6464;
--teal-900: #124040;
--teal-950: #0B2828;
}