Teal
#268C89
CyanColor Codes
All color formats for development
HEX
#268C89RGB
rgb(38, 140, 137)HSL
hsl(178, 57%, 35%)OKLCH
oklch(0.583 0.09 192)CMYK
cmyk(73%, 0%, 2%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E7B
2#1F706D
3#1B6260
4#175452
5#134644
6#0F3837
7#0C2A29
8#081C1B
9#040E0E
Tints
Lighter variations
1#2EA6A2
2#35C0BC
3#49CDC9
4#63D4D0
5#7DDBD8
6#97E2E0
7#B1EAE8
8#CBF1EF
9#E5F8F7
Tones
Muted variations
1#2B8784
2#31827F
3#367D7A
4#3B7876
5#407371
6#456E6C
7#4A6967
8#4F6363
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6E4 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B0AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F7F7;
--teal-200: #CBF1EF;
--teal-300: #A3E6E4;
--teal-400: #73D9D5;
--teal-500: #4BCEC9;
--teal-600: #30B0AC;
--teal-700: #268C89;
--teal-800: #1B6462;
--teal-900: #12403F;
--teal-950: #0B2827;
}