Teal
#216A91
BlueColor Codes
All color formats for development
HEX
#216A91RGB
rgb(33, 106, 145)HSL
hsl(201, 63%, 35%)OKLCH
oklch(0.498 0.093 236.8)CMYK
cmyk(77%, 27%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E6083
2#1A5574
3#174A66
4#144057
5#113549
6#0D2A3A
7#0A202C
8#07151D
9#030B0F
Tints
Lighter variations
1#277EAC
2#2D92C8
3#42A1D4
4#5DAEDA
5#78BCE0
6#93C9E6
7#AED7ED
8#C9E4F3
9#E4F2F9
Tones
Muted variations
1#27688C
2#2C6786
3#326581
4#38637B
5#3D6275
6#436070
7#485E6A
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 | C9E4 #C9E4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCF #9FCFE9 | BordersInactive statesPlaceholder text |
| 400 | 6EB7 #6EB7DE | Disabled statesSecondary iconsMuted text |
| 500 | 44A2 #44A2D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A85 #2A85B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 216A #216A91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 184C #184C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F31 #0F3143 | Primary textHigh emphasis contentDark headings |
| 950 | 091E #091E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E2F1F8;
--teal-200: #C9E4F3;
--teal-300: #9FCFE9;
--teal-400: #6EB7DE;
--teal-500: #44A2D5;
--teal-600: #2A85B7;
--teal-700: #216A91;
--teal-800: #184C68;
--teal-900: #0F3143;
--teal-950: #091E2A;
}