Teal
#256C8D
BlueColor Codes
All color formats for development
HEX
#256C8DRGB
rgb(37, 108, 141)HSL
hsl(199, 58%, 35%)OKLCH
oklch(0.503 0.087 232.5)CMYK
cmyk(74%, 23%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22617F
2#1E5771
3#1A4C63
4#164155
5#133647
6#0F2B38
7#0B202A
8#07161C
9#040B0E
Tints
Lighter variations
1#2C80A7
2#3394C1
3#48A4CE
4#62B1D5
5#7CBEDC
6#96CBE3
7#B0D8EA
8#CBE5F1
9#E5F2F8
Tones
Muted variations
1#2B6A88
2#306883
3#35677D
4#3A6578
5#3F6373
6#45616E
7#4A5F69
8#4F5D64
9#545B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F1 #E3F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE5 #CBE5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D1 #A2D1E6 | BordersInactive statesPlaceholder text |
| 400 | 72B9 #72B9DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AA5 #4AA5CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F88 #2F88B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 256C #256C8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4D #1B4D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1131 #113140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1F #0B1F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F1F8;
--teal-200: #CBE5F1;
--teal-300: #A2D1E6;
--teal-400: #72B9DA;
--teal-500: #4AA5CF;
--teal-600: #2F88B1;
--teal-700: #256C8D;
--teal-800: #1B4D65;
--teal-900: #113140;
--teal-950: #0B1F28;
}