Teal
#238790
CyanColor Codes
All color formats for development
HEX
#238790RGB
rgb(35, 135, 144)HSL
hsl(185, 61%, 35%)OKLCH
oklch(0.572 0.088 204)CMYK
cmyk(76%, 6%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F7981
2#1C6C73
3#185E65
4#155156
5#114348
6#0E3639
7#0A282B
8#071B1D
9#030D0E
Tints
Lighter variations
1#29A0AA
2#30B9C5
3#44C6D2
4#5FCED8
5#7AD6DF
6#94DEE5
7#AFE7EC
8#CAEFF2
9#E4F7F9
Tones
Muted variations
1#28828A
2#2E7E85
3#33797F
4#39747A
5#3E7074
6#436B6F
7#49676A
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 | CAEF #CAEFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E2 #A1E2E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD3 #6FD3DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C7 #46C7D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA9 #2CA9B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2387 #238790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1960 #196067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103E #103E42 | 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: #CAEFF2;
--teal-300: #A1E2E8;
--teal-400: #6FD3DC;
--teal-500: #46C7D2;
--teal-600: #2CA9B5;
--teal-700: #238790;
--teal-800: #196067;
--teal-900: #103E42;
--teal-950: #0A2629;
}