Teal
#237690
CyanColor Codes
All color formats for development
HEX
#237690RGB
rgb(35, 118, 144)HSL
hsl(194, 61%, 35%)OKLCH
oklch(0.529 0.086 223.3)CMYK
cmyk(76%, 18%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F6A81
2#1C5F73
3#185365
4#154756
5#113B48
6#0E2F39
7#0A232B
8#07181D
9#030C0E
Tints
Lighter variations
1#298CAA
2#30A2C5
3#44B1D2
4#5FBCD8
5#7AC7DF
6#94D2E5
7#AFDDEC
8#CAE9F2
9#E4F4F9
Tones
Muted variations
1#28738A
2#2E7085
3#336E7F
4#396B7A
5#3E6874
6#43656F
7#49626A
8#4E5F64
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE9 #CAE9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D7 #A1D7E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC3 #6FC3DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B2 #46B2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C95 #2C95B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2376 #237690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1954 #195467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1036 #103642 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E2F3F8;
--teal-200: #CAE9F2;
--teal-300: #A1D7E8;
--teal-400: #6FC3DC;
--teal-500: #46B2D2;
--teal-600: #2C95B5;
--teal-700: #237690;
--teal-800: #195467;
--teal-900: #103642;
--teal-950: #0A2229;
}