Teal
#239090
CyanColor Codes
All color formats for development
HEX
#239090RGB
rgb(35, 144, 144)HSL
hsl(180, 61%, 35%)OKLCH
oklch(0.596 0.093 194.9)CMYK
cmyk(76%, 0%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F8181
2#1C7373
3#186565
4#155656
5#114848
6#0E3939
7#0A2B2B
8#071D1D
9#030E0E
Tints
Lighter variations
1#29AAAA
2#30C5C5
3#44D2D2
4#5FD8D8
5#7ADFDF
6#94E5E5
7#AFECEC
8#CAF2F2
9#E4F9F9
Tones
Muted variations
1#288A8A
2#2E8585
3#337F7F
4#397A7A
5#3E7474
6#436F6F
7#496A6A
8#4E6464
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 | 6FDC #6FDCDC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104242 | 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: #6FDCDC;
--teal-500: #46D2D2;
--teal-600: #2CB5B5;
--teal-700: #239090;
--teal-800: #196767;
--teal-900: #104242;
--teal-950: #0A2929;
}