Cobalt
#032FDD
BlueColor Codes
All color formats for development
HEX
#032FDDRGB
rgb(3, 47, 221)HSL
hsl(228, 97%, 44%)OKLCH
oklch(0.441 0.258 264.3)CMYK
cmyk(99%, 79%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032AC7
2#0326B1
3#02219B
4#021C85
5#02176F
6#011358
7#010E42
8#01092C
9#000516
Tints
Lighter variations
1#0435F9
2#1E4AFC
3#3A61FC
4#5677FC
5#728EFD
6#8EA5FD
7#ABBBFE
8#C7D2FE
9#E3E8FF
Tones
Muted variations
1#0E35D2
2#193CC7
3#2442BC
4#2F49B2
5#3A50A7
6#45569C
7#505D91
8#5A6386
9#656A7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECB #BECBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA2 #8BA2FD | BordersInactive statesPlaceholder text |
| 400 | 4F72 #4F72FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D49 #1D49FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 032F #032FDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0325 #0325B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 021B #021B7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0111 #011150 | Primary textHigh emphasis contentDark headings |
| 950 | 010B #010B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FF;
--cobalt-100: #DCE3FE;
--cobalt-200: #BECBFE;
--cobalt-300: #8BA2FD;
--cobalt-400: #4F72FC;
--cobalt-500: #1D49FC;
--cobalt-600: #032FDD;
--cobalt-700: #0325B0;
--cobalt-800: #021B7E;
--cobalt-900: #011150;
--cobalt-950: #010B32;
}