Teal
#238890
CyanColor Codes
All color formats for development
HEX
#238890RGB
rgb(35, 136, 144)HSL
hsl(184, 61%, 35%)OKLCH
oklch(0.575 0.089 203)CMYK
cmyk(76%, 6%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F7B81
2#1C6D73
3#186065
4#155256
5#114448
6#0E3739
7#0A292B
8#071B1D
9#030E0E
Tints
Lighter variations
1#29A2AA
2#30BBC5
3#44C8D2
4#5FD0D8
5#7AD8DF
6#94E0E5
7#AFE8EC
8#CAEFF2
9#E4F7F9
Tones
Muted variations
1#28848A
2#2E7F85
3#337A7F
4#39767A
5#3E7174
6#436C6F
7#49676A
8#4E6364
9#545E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEF #CAEFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E3 #A1E3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD5 #6FD5DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C9 #46C9D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CAC #2CACB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2388 #238890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1961 #196167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103E #103E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A27 #0A2729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E2F7F8;
--teal-200: #CAEFF2;
--teal-300: #A1E3E8;
--teal-400: #6FD5DC;
--teal-500: #46C9D2;
--teal-600: #2CACB5;
--teal-700: #238890;
--teal-800: #196167;
--teal-900: #103E42;
--teal-950: #0A2729;
}