Cobalt
#264EBA
BlueColor Codes
All color formats for development
HEX
#264EBARGB
rgb(38, 78, 186)HSL
hsl(224, 66%, 44%)OKLCH
oklch(0.464 0.177 264.8)CMYK
cmyk(80%, 58%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2246A8
2#1F3E95
3#1B3682
4#172F70
5#13275D
6#0F1F4B
7#0B1738
8#081025
9#040813
Tints
Lighter variations
1#2B58D2
2#416AD8
3#597CDD
4#718FE2
5#88A2E7
6#A0B4EC
7#B8C7F0
8#D0DAF5
9#E7ECFA
Tones
Muted variations
1#2E51B3
2#3555AB
3#3C58A4
4#445B9D
5#4B5F95
6#53628E
7#5A6686
8#61697F
9#696D78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D4 #C8D4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB2 #9EB2EB | BordersInactive statesPlaceholder text |
| 400 | 6B8A #6B8AE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4169 #4169D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 264E #264EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E3E #1E3E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162C #162C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1C #0E1C44 | Primary textHigh emphasis contentDark headings |
| 950 | 0912 #09122A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F5FC;
--cobalt-100: #E1E8F9;
--cobalt-200: #C8D4F4;
--cobalt-300: #9EB2EB;
--cobalt-400: #6B8AE1;
--cobalt-500: #4169D8;
--cobalt-600: #264EBA;
--cobalt-700: #1E3E94;
--cobalt-800: #162C6A;
--cobalt-900: #0E1C44;
--cobalt-950: #09122A;
}