Teal
#236190
BlueColor Codes
All color formats for development
HEX
#236190RGB
rgb(35, 97, 144)HSL
hsl(206, 61%, 35%)OKLCH
oklch(0.476 0.099 245.1)CMYK
cmyk(76%, 33%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F5781
2#1C4D73
3#184465
4#153A56
5#113048
6#0E2739
7#0A1D2B
8#07131D
9#030A0E
Tints
Lighter variations
1#2972AA
2#3084C5
3#4494D2
4#5FA4D8
5#7AB3DF
6#94C2E5
7#AFD1EC
8#CAE1F2
9#E4F0F9
Tones
Muted variations
1#28608A
2#2E5F85
3#335E7F
4#395E7A
5#3E5D74
6#435C6F
7#495B6A
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 | A1C9 #A1C9E8 | BordersInactive statesPlaceholder text |
| 400 | 6FAD #6FADDC | Disabled statesSecondary iconsMuted text |
| 500 | 4696 #4696D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C79 #2C79B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2361 #236190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1945 #194567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102C #102C42 | 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: #A1C9E8;
--teal-400: #6FADDC;
--teal-500: #4696D2;
--teal-600: #2C79B5;
--teal-700: #236190;
--teal-800: #194567;
--teal-900: #102C42;
--teal-950: #0A1C29;
}