Teal
#237A90
CyanColor Codes
All color formats for development
HEX
#237A90RGB
rgb(35, 122, 144)HSL
hsl(192, 61%, 35%)OKLCH
oklch(0.539 0.086 218.7)CMYK
cmyk(76%, 15%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F6E81
2#1C6273
3#185565
4#154956
5#113D48
6#0E3139
7#0A252B
8#07181D
9#030C0E
Tints
Lighter variations
1#2991AA
2#30A7C5
3#44B5D2
4#5FC0D8
5#7ACADF
6#94D5E5
7#AFDFEC
8#CAEAF2
9#E4F4F9
Tones
Muted variations
1#28778A
2#2E7385
3#33707F
4#396D7A
5#3E6A74
6#43666F
7#49636A
8#4E6064
9#545D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DA #A1DAE8 | BordersInactive statesPlaceholder text |
| 400 | 6FC6 #6FC6DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B6 #46B6D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C99 #2C99B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237A #237A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1957 #195767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1038 #103842 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E2F4F8;
--teal-200: #CAEAF2;
--teal-300: #A1DAE8;
--teal-400: #6FC6DC;
--teal-500: #46B6D2;
--teal-600: #2C99B5;
--teal-700: #237A90;
--teal-800: #195767;
--teal-900: #103842;
--teal-950: #0A2329;
}