Teal
#237390
BlueColor Codes
All color formats for development
HEX
#237390RGB
rgb(35, 115, 144)HSL
hsl(196, 61%, 35%)OKLCH
oklch(0.521 0.087 226.7)CMYK
cmyk(76%, 20%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F6781
2#1C5C73
3#185065
4#154556
5#113948
6#0E2E39
7#0A222B
8#07171D
9#030B0E
Tints
Lighter variations
1#2988AA
2#309DC5
3#44ACD2
4#5FB8D8
5#7AC4DF
6#94D0E5
7#AFDBEC
8#CAE7F2
9#E4F3F9
Tones
Muted variations
1#28708A
2#2E6E85
3#336B7F
4#39687A
5#3E6674
6#43636F
7#49616A
8#4E5E64
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE7 #CAE7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D5 #A1D5E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBF #6FBFDC | Disabled statesSecondary iconsMuted text |
| 500 | 46AD #46ADD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C90 #2C90B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2373 #237390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1952 #195267 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1034 #103442 | 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: #E2F2F8;
--teal-200: #CAE7F2;
--teal-300: #A1D5E8;
--teal-400: #6FBFDC;
--teal-500: #46ADD2;
--teal-600: #2C90B5;
--teal-700: #237390;
--teal-800: #195267;
--teal-900: #103442;
--teal-950: #0A2129;
}