Teal
#236490
BlueColor Codes
All color formats for development
HEX
#236490RGB
rgb(35, 100, 144)HSL
hsl(204, 61%, 35%)OKLCH
oklch(0.483 0.096 242.4)CMYK
cmyk(76%, 31%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F5A81
2#1C5073
3#184665
4#153C56
5#113248
6#0E2839
7#0A1E2B
8#07141D
9#030A0E
Tints
Lighter variations
1#2977AA
2#3089C5
3#4499D2
4#5FA8D8
5#7AB6DF
6#94C5E5
7#AFD3EC
8#CAE2F2
9#E4F0F9
Tones
Muted variations
1#28638A
2#2E6285
3#33617F
4#39607A
5#3E5F74
6#435E6F
7#495D6A
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 | CAE2 #CAE2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CC #A1CCE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB1 #6FB1DC | Disabled statesSecondary iconsMuted text |
| 500 | 469A #469AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C7E #2C7EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2364 #236490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1948 #194867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102E #102E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E2EFF8;
--teal-200: #CAE2F2;
--teal-300: #A1CCE8;
--teal-400: #6FB1DC;
--teal-500: #469AD2;
--teal-600: #2C7EB5;
--teal-700: #236490;
--teal-800: #194867;
--teal-900: #102E42;
--teal-950: #0A1D29;
}