Teal
#248F84
CyanColor Codes
All color formats for development
HEX
#248F84RGB
rgb(36, 143, 132)HSL
hsl(174, 60%, 35%)OKLCH
oklch(0.589 0.094 184.7)CMYK
cmyk(75%, 0%, 8%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208177
2#1D726A
3#19645C
4#15564F
5#124742
6#0E3935
7#0B2B28
8#071D1A
9#040E0D
Tints
Lighter variations
1#2AA99D
2#31C4B5
3#45D1C3
4#60D7CB
5#7ADED4
6#95E4DD
7#AFEBE5
8#CAF2EE
9#E4F8F6
Tones
Muted variations
1#298980
2#2E847C
3#347F77
4#397973
5#3E746F
6#446F6A
7#496966
8#4F6462
9#545F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E1 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBD1 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB4A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A665E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10413C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E2F8F6;
--teal-200: #CAF2EE;
--teal-300: #A1E8E1;
--teal-400: #70DBD1;
--teal-500: #47D1C3;
--teal-600: #2DB4A6;
--teal-700: #248F84;
--teal-800: #1A665E;
--teal-900: #10413C;
--teal-950: #0A2926;
}