Teal
#248F8F
CyanColor Codes
All color formats for development
HEX
#248F8FRGB
rgb(36, 143, 143)HSL
hsl(180, 60%, 35%)OKLCH
oklch(0.593 0.092 195)CMYK
cmyk(75%, 0%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208181
2#1D7272
3#196464
4#155656
5#124747
6#0E3939
7#0B2B2B
8#071D1D
9#040E0E
Tints
Lighter variations
1#2AA9A9
2#31C4C4
3#45D1D1
4#60D7D7
5#7ADEDE
6#95E4E4
7#AFEBEB
8#CAF2F2
9#E4F8F8
Tones
Muted variations
1#298989
2#2E8484
3#347F7F
4#397979
5#3E7474
6#446F6F
7#496969
8#4F6464
9#545F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBDB | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB4B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E2F8F8;
--teal-200: #CAF2F2;
--teal-300: #A1E8E8;
--teal-400: #70DBDB;
--teal-500: #47D1D1;
--teal-600: #2DB4B4;
--teal-700: #248F8F;
--teal-800: #1A6666;
--teal-900: #104141;
--teal-950: #0A2929;
}