Teal
#238590
CyanColor Codes
All color formats for development
HEX
#238590RGB
rgb(35, 133, 144)HSL
hsl(186, 61%, 35%)OKLCH
oklch(0.567 0.088 206.2)CMYK
cmyk(76%, 8%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F7881
2#1C6A73
3#185D65
4#155056
5#114248
6#0E3539
7#0A282B
8#071B1D
9#030D0E
Tints
Lighter variations
1#299DAA
2#30B6C5
3#44C4D2
4#5FCCD8
5#7AD5DF
6#94DDE5
7#AFE6EC
8#CAEEF2
9#E4F7F9
Tones
Muted variations
1#28808A
2#2E7C85
3#33787F
4#39737A
5#3E6F74
6#436B6F
7#49666A
8#4E6264
9#545E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEE #CAEEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E1 #A1E1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD1 #6FD1DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C4 #46C4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA7 #2CA7B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2385 #238590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195F #195F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103D #103D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E2F6F8;
--teal-200: #CAEEF2;
--teal-300: #A1E1E8;
--teal-400: #6FD1DC;
--teal-500: #46C4D2;
--teal-600: #2CA7B5;
--teal-700: #238590;
--teal-800: #195F67;
--teal-900: #103D42;
--teal-950: #0A2629;
}