Teal
#248F82
CyanColor Codes
All color formats for development
HEX
#248F82RGB
rgb(36, 143, 130)HSL
hsl(173, 60%, 35%)OKLCH
oklch(0.588 0.095 183)CMYK
cmyk(75%, 0%, 9%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208175
2#1D7268
3#19645B
4#15564E
5#124741
6#0E3934
7#0B2B27
8#071D1A
9#040E0D
Tints
Lighter variations
1#2AA99B
2#31C4B3
3#45D1C0
4#60D7C9
5#7ADED2
6#95E4DB
7#AFEBE4
8#CAF2ED
9#E4F8F6
Tones
Muted variations
1#29897E
2#2E847A
3#347F76
4#397972
5#3E746E
6#446F6A
7#496966
8#4F6461
9#545F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DF | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBCF | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB4A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A665D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10413C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E2F8F5;
--teal-200: #CAF2ED;
--teal-300: #A1E8DF;
--teal-400: #70DBCF;
--teal-500: #47D1C1;
--teal-600: #2DB4A4;
--teal-700: #248F82;
--teal-800: #1A665D;
--teal-900: #10413C;
--teal-950: #0A2925;
}