Teal
#216391
BlueColor Codes
All color formats for development
HEX
#216391RGB
rgb(33, 99, 145)HSL
hsl(205, 63%, 35%)OKLCH
oklch(0.481 0.099 243.4)CMYK
cmyk(77%, 32%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E5983
2#1A4F74
3#174566
4#143B57
5#113149
6#0D273A
7#0A1E2C
8#07141D
9#030A0F
Tints
Lighter variations
1#2775AC
2#2D87C8
3#4297D4
4#5DA6DA
5#78B5E0
6#93C4E6
7#AED2ED
8#C9E1F3
9#E4F0F9
Tones
Muted variations
1#27628C
2#2C6186
3#326081
4#385F7B
5#3D5E75
6#435D70
7#485C6A
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 | C9E1 #C9E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCB #9FCBE9 | BordersInactive statesPlaceholder text |
| 400 | 6EAF #6EAFDE | Disabled statesSecondary iconsMuted text |
| 500 | 4498 #4498D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A7C #2A7CB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2163 #216391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1846 #184668 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2D #0F2D43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E2EFF8;
--teal-200: #C9E1F3;
--teal-300: #9FCBE9;
--teal-400: #6EAFDE;
--teal-500: #4498D5;
--teal-600: #2A7CB7;
--teal-700: #216391;
--teal-800: #184668;
--teal-900: #0F2D43;
--teal-950: #091C2A;
}