Teal
#236B90
BlueColor Codes
All color formats for development
HEX
#236B90RGB
rgb(35, 107, 144)HSL
hsl(200, 61%, 35%)OKLCH
oklch(0.501 0.091 235.5)CMYK
cmyk(76%, 26%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F6181
2#1C5673
3#184B65
4#154056
5#113648
6#0E2B39
7#0A202B
8#07151D
9#030B0E
Tints
Lighter variations
1#297FAA
2#3093C5
3#44A3D2
4#5FB0D8
5#7ABDDF
6#94CAE5
7#AFD7EC
8#CAE5F2
9#E4F2F9
Tones
Muted variations
1#286A8A
2#2E6885
3#33667F
4#39647A
5#3E6274
6#43616F
7#495F6A
8#4E5D64
9#545B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE5 #CAE5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D0 #A1D0E8 | BordersInactive statesPlaceholder text |
| 400 | 6FB8 #6FB8DC | Disabled statesSecondary iconsMuted text |
| 500 | 46A4 #46A4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C87 #2C87B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236B #236B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194D #194D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1031 #103142 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1F #0A1F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E2F1F8;
--teal-200: #CAE5F2;
--teal-300: #A1D0E8;
--teal-400: #6FB8DC;
--teal-500: #46A4D2;
--teal-600: #2C87B5;
--teal-700: #236B90;
--teal-800: #194D67;
--teal-900: #103142;
--teal-950: #0A1F29;
}