Cobalt
#032BB0
BlueColor Codes
All color formats for development
HEX
#032BB0RGB
rgb(3, 43, 176)HSL
hsl(226, 97%, 35%)OKLCH
oklch(0.383 0.21 264.1)CMYK
cmyk(98%, 76%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02279E
2#02228D
3#021E7B
4#021A69
5#011658
6#011146
7#010D35
8#010923
9#000412
Tints
Lighter variations
1#0333D0
2#043BF1
3#1A4FFC
4#3B68FC
5#5C81FD
6#7C9AFD
7#9DB4FE
8#BECDFE
9#DEE6FF
Tones
Muted variations
1#0B30A7
2#14349F
3#1D3996
4#253E8D
5#2E4285
6#37477C
7#3F4B73
8#48506B
9#515562
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE4 #DCE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECD #BECDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA6 #8BA6FD | BordersInactive statesPlaceholder text |
| 400 | 4F78 #4F78FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D51 #1D51FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0336 #0336DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 032B #032BB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 021F #021F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0114 #011450 | Primary textHigh emphasis contentDark headings |
| 950 | 010C #010C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FF;
--cobalt-100: #DCE4FE;
--cobalt-200: #BECDFE;
--cobalt-300: #8BA6FD;
--cobalt-400: #4F78FC;
--cobalt-500: #1D51FC;
--cobalt-600: #0336DD;
--cobalt-700: #032BB0;
--cobalt-800: #021F7E;
--cobalt-900: #011450;
--cobalt-950: #010C32;
}