Teal
#256B8D
BlueColor Codes
All color formats for development
HEX
#256B8DRGB
rgb(37, 107, 141)HSL
hsl(200, 58%, 35%)OKLCH
oklch(0.5 0.087 233.7)CMYK
cmyk(74%, 24%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22607F
2#1E5571
3#1A4B63
4#164055
5#133547
6#0F2B38
7#0B202A
8#07151C
9#040B0E
Tints
Lighter variations
1#2C7EA7
2#3392C1
3#48A1CE
4#62AFD5
5#7CBCDC
6#96CAE3
7#B0D7EA
8#CBE4F1
9#E5F2F8
Tones
Muted variations
1#2B6988
2#306783
3#35657D
4#3A6478
5#3F6273
6#45606E
7#4A5E69
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 | CBE4 #CBE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D0 #A2D0E6 | BordersInactive statesPlaceholder text |
| 400 | 72B7 #72B7DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AA2 #4AA2CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F86 #2F86B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 256B #256B8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4C #1B4C65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1131 #113140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F1F8;
--teal-200: #CBE4F1;
--teal-300: #A2D0E6;
--teal-400: #72B7DA;
--teal-500: #4AA2CF;
--teal-600: #2F86B1;
--teal-700: #256B8D;
--teal-800: #1B4C65;
--teal-900: #113140;
--teal-950: #0B1E28;
}