Teal
#237890
CyanColor Codes
All color formats for development
HEX
#237890RGB
rgb(35, 120, 144)HSL
hsl(193, 61%, 35%)OKLCH
oklch(0.534 0.086 221)CMYK
cmyk(76%, 17%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F6C81
2#1C6073
3#185465
4#154856
5#113C48
6#0E3039
7#0A242B
8#07181D
9#030C0E
Tints
Lighter variations
1#298EAA
2#30A5C5
3#44B3D2
4#5FBED8
5#7AC9DF
6#94D4E5
7#AFDEEC
8#CAE9F2
9#E4F4F9
Tones
Muted variations
1#28758A
2#2E7285
3#336F7F
4#396C7A
5#3E6974
6#43666F
7#49636A
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 | A1D9 #A1D9E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC5 #6FC5DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B4 #46B4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C97 #2C97B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2378 #237890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1956 #195667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1037 #103742 | 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: #A1D9E8;
--teal-400: #6FC5DC;
--teal-500: #46B4D2;
--teal-600: #2C97B5;
--teal-700: #237890;
--teal-800: #195667;
--teal-900: #103742;
--teal-950: #0A2229;
}