Teal
#236290
BlueColor Codes
All color formats for development
HEX
#236290RGB
rgb(35, 98, 144)HSL
hsl(205, 61%, 35%)OKLCH
oklch(0.479 0.098 244.3)CMYK
cmyk(76%, 32%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F5881
2#1C4F73
3#184565
4#153B56
5#113148
6#0E2739
7#0A1D2B
8#07141D
9#030A0E
Tints
Lighter variations
1#2975AA
2#3087C5
3#4497D2
4#5FA6D8
5#7AB5DF
6#94C3E5
7#AFD2EC
8#CAE1F2
9#E4F0F9
Tones
Muted variations
1#28618A
2#2E6185
3#33607F
4#395F7A
5#3E5E74
6#435D6F
7#495C6A
8#4E5B64
9#545A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE1 #CAE1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CA #A1CAE8 | BordersInactive statesPlaceholder text |
| 400 | 6FAF #6FAFDC | Disabled statesSecondary iconsMuted text |
| 500 | 4698 #4698D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C7C #2C7CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2362 #236290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1946 #194667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102D #102D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E2EFF8;
--teal-200: #CAE1F2;
--teal-300: #A1CAE8;
--teal-400: #6FAFDC;
--teal-500: #4698D2;
--teal-600: #2C7CB5;
--teal-700: #236290;
--teal-800: #194667;
--teal-900: #102D42;
--teal-950: #0A1C29;
}