Teal
#236A90
BlueColor Codes
All color formats for development
HEX
#236A90RGB
rgb(35, 106, 144)HSL
hsl(201, 61%, 35%)OKLCH
oklch(0.498 0.092 236.5)CMYK
cmyk(76%, 26%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F5F81
2#1C5473
3#184A65
4#153F56
5#113548
6#0E2A39
7#0A202B
8#07151D
9#030B0E
Tints
Lighter variations
1#297DAA
2#3091C5
3#44A0D2
4#5FAED8
5#7ABBDF
6#94C9E5
7#AFD6EC
8#CAE4F2
9#E4F1F9
Tones
Muted variations
1#28688A
2#2E6685
3#33657F
4#39637A
5#3E6174
6#43606F
7#495E6A
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 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE4 #CAE4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CF #A1CFE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB6 #6FB6DC | Disabled statesSecondary iconsMuted text |
| 500 | 46A1 #46A1D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C85 #2C85B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236A #236A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194B #194B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1030 #103042 | 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: #CAE4F2;
--teal-300: #A1CFE8;
--teal-400: #6FB6DC;
--teal-500: #46A1D2;
--teal-600: #2C85B5;
--teal-700: #236A90;
--teal-800: #194B67;
--teal-900: #103042;
--teal-950: #0A1E29;
}