Teal
#236890
BlueColor Codes
All color formats for development
HEX
#236890RGB
rgb(35, 104, 144)HSL
hsl(202, 61%, 35%)OKLCH
oklch(0.493 0.093 238.5)CMYK
cmyk(76%, 28%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F5D81
2#1C5373
3#184965
4#153E56
5#113448
6#0E2A39
7#0A1F2B
8#07151D
9#030A0E
Tints
Lighter variations
1#297BAA
2#308EC5
3#449ED2
4#5FACD8
5#7ABADF
6#94C7E5
7#AFD5EC
8#CAE3F2
9#E4F1F9
Tones
Muted variations
1#28668A
2#2E6585
3#33637F
4#39627A
5#3E6174
6#435F6F
7#495E6A
8#4E5C64
9#545B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CE #A1CEE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB4 #6FB4DC | Disabled statesSecondary iconsMuted text |
| 500 | 469F #469FD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C82 #2C82B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2368 #236890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194A #194A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E2F0F8;
--teal-200: #CAE3F2;
--teal-300: #A1CEE8;
--teal-400: #6FB4DC;
--teal-500: #469FD2;
--teal-600: #2C82B5;
--teal-700: #236890;
--teal-800: #194A67;
--teal-900: #102F42;
--teal-950: #0A1E29;
}