Teal
#237190
BlueColor Codes
All color formats for development
HEX
#237190RGB
rgb(35, 113, 144)HSL
hsl(197, 61%, 35%)OKLCH
oklch(0.516 0.088 229)CMYK
cmyk(76%, 22%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F6681
2#1C5A73
3#184F65
4#154456
5#113848
6#0E2D39
7#0A222B
8#07171D
9#030B0E
Tints
Lighter variations
1#2986AA
2#309BC5
3#44AAD2
4#5FB6D8
5#7AC2DF
6#94CEE5
7#AFDAEC
8#CAE7F2
9#E4F3F9
Tones
Muted variations
1#286E8A
2#2E6C85
3#336A7F
4#39677A
5#3E6574
6#43636F
7#49606A
8#4E5E64
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE7 #CAE7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D4 #A1D4E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBD #6FBDDC | Disabled statesSecondary iconsMuted text |
| 500 | 46AB #46ABD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C8E #2C8EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2371 #237190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1951 #195167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1034 #103442 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E2F2F8;
--teal-200: #CAE7F2;
--teal-300: #A1D4E8;
--teal-400: #6FBDDC;
--teal-500: #46ABD2;
--teal-600: #2C8EB5;
--teal-700: #237190;
--teal-800: #195167;
--teal-900: #103442;
--teal-950: #0A2029;
}