Teal
#237490
BlueColor Codes
All color formats for development
HEX
#237490RGB
rgb(35, 116, 144)HSL
hsl(195, 61%, 35%)OKLCH
oklch(0.524 0.087 225.6)CMYK
cmyk(76%, 19%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F6981
2#1C5D73
3#185265
4#154656
5#113A48
6#0E2F39
7#0A232B
8#07171D
9#030C0E
Tints
Lighter variations
1#298AAA
2#30A0C5
3#44AED2
4#5FBAD8
5#7AC5DF
6#94D1E5
7#AFDCEC
8#CAE8F2
9#E4F3F9
Tones
Muted variations
1#28728A
2#2E6F85
3#336C7F
4#396A7A
5#3E6774
6#43646F
7#49616A
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 | CAE8 #CAE8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D6 #A1D6E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC1 #6FC1DC | Disabled statesSecondary iconsMuted text |
| 500 | 46AF #46AFD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C92 #2C92B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2374 #237490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1953 #195367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1035 #103542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A21 #0A2129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E2F3F8;
--teal-200: #CAE8F2;
--teal-300: #A1D6E8;
--teal-400: #6FC1DC;
--teal-500: #46AFD2;
--teal-600: #2C92B5;
--teal-700: #237490;
--teal-800: #195367;
--teal-900: #103542;
--teal-950: #0A2129;
}