Teal
#268C82
CyanColor Codes
All color formats for development
HEX
#268C82RGB
rgb(38, 140, 130)HSL
hsl(174, 57%, 35%)OKLCH
oklch(0.581 0.092 185.4)CMYK
cmyk(73%, 0%, 7%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E75
2#1F7068
3#1B625B
4#17544E
5#134641
6#0F3834
7#0C2A27
8#081C1A
9#040E0D
Tints
Lighter variations
1#2EA69A
2#35C0B2
3#49CDC0
4#63D4C9
5#7DDBD2
6#97E2DB
7#B1EAE4
8#CBF1ED
9#E5F8F6
Tones
Muted variations
1#2B877E
2#31827A
3#367D76
4#3B7872
5#40736E
6#456E6A
7#4A6965
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 #CBF1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6DF | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9CE | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B0A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B645D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F7F5;
--teal-200: #CBF1ED;
--teal-300: #A3E6DF;
--teal-400: #73D9CE;
--teal-500: #4BCEC1;
--teal-600: #30B0A3;
--teal-700: #268C82;
--teal-800: #1B645D;
--teal-900: #12403B;
--teal-950: #0B2825;
}