Teal
#237C90
CyanColor Codes
All color formats for development
HEX
#237C90RGB
rgb(35, 124, 144)HSL
hsl(191, 61%, 35%)OKLCH
oklch(0.544 0.086 216.4)CMYK
cmyk(76%, 14%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F6F81
2#1C6373
3#185765
4#154A56
5#113E48
6#0E3139
7#0A252B
8#07191D
9#030C0E
Tints
Lighter variations
1#2993AA
2#30AAC5
3#44B8D2
4#5FC2D8
5#7ACCDF
6#94D6E5
7#AFE0EC
8#CAEBF2
9#E4F5F9
Tones
Muted variations
1#28788A
2#2E7585
3#33717F
4#396E7A
5#3E6A74
6#43676F
7#49646A
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 | CAEB #CAEBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DB #A1DBE8 | BordersInactive statesPlaceholder text |
| 400 | 6FC8 #6FC8DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B9 #46B9D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C9C #2C9CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237C #237C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1958 #195867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1039 #103942 | 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: #CAEBF2;
--teal-300: #A1DBE8;
--teal-400: #6FC8DC;
--teal-500: #46B9D2;
--teal-600: #2C9CB5;
--teal-700: #237C90;
--teal-800: #195867;
--teal-900: #103942;
--teal-950: #0A2329;
}