Teal
#236690
BlueColor Codes
All color formats for development
HEX
#236690RGB
rgb(35, 102, 144)HSL
hsl(203, 61%, 35%)OKLCH
oklch(0.488 0.094 240.5)CMYK
cmyk(76%, 29%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F5C81
2#1C5273
3#184765
4#153D56
5#113348
6#0E2939
7#0A1F2B
8#07141D
9#030A0E
Tints
Lighter variations
1#2979AA
2#308CC5
3#449BD2
4#5FAAD8
5#7AB8DF
6#94C6E5
7#AFD4EC
8#CAE3F2
9#E4F1F9
Tones
Muted variations
1#28658A
2#2E6385
3#33627F
4#39617A
5#3E6074
6#435E6F
7#495D6A
8#4E5C64
9#545B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CD #A1CDE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB2 #6FB2DC | Disabled statesSecondary iconsMuted text |
| 500 | 469D #469DD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C80 #2C80B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2366 #236690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1949 #194967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F42 | 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: #E2F0F8;
--teal-200: #CAE3F2;
--teal-300: #A1CDE8;
--teal-400: #6FB2DC;
--teal-500: #469DD2;
--teal-600: #2C80B5;
--teal-700: #236690;
--teal-800: #194967;
--teal-900: #102F42;
--teal-950: #0A1D29;
}