Teal
#248F7F
CyanColor Codes
All color formats for development
HEX
#248F7FRGB
rgb(36, 143, 127)HSL
hsl(171, 60%, 35%)OKLCH
oklch(0.587 0.097 180.4)CMYK
cmyk(75%, 0%, 11%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208172
2#1D7265
3#196459
4#15564C
5#12473F
6#0E3933
7#0B2B26
8#071D19
9#040E0D
Tints
Lighter variations
1#2AA996
2#31C4AE
3#45D1BC
4#60D7C5
5#7ADECF
6#95E4D9
7#AFEBE2
8#CAF2EC
9#E4F8F5
Tones
Muted variations
1#29897B
2#2E8477
3#347F73
4#397970
5#3E746C
6#446F68
7#496964
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 #CAF2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DD | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBCB | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB49F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A665B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10413A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E2F8F5;
--teal-200: #CAF2EC;
--teal-300: #A1E8DD;
--teal-400: #70DBCB;
--teal-500: #47D1BC;
--teal-600: #2DB49F;
--teal-700: #248F7F;
--teal-800: #1A665B;
--teal-900: #10413A;
--teal-950: #0A2924;
}