Cobalt
#0934AA
BlueColor Codes
All color formats for development
HEX
#0934AARGB
rgb(9, 52, 170)HSL
hsl(224, 90%, 35%)OKLCH
oklch(0.392 0.192 263.9)CMYK
cmyk(95%, 69%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082F99
2#072988
3#062477
4#051F66
5#041A55
6#041544
7#031033
8#020A22
9#010511
Tints
Lighter variations
1#0B3DC9
2#0C47E9
3#235AF3
4#4272F5
5#6289F7
6#81A1F8
7#A1B8FA
8#C0D0FC
9#E0E7FD
Tones
Muted variations
1#1138A2
2#193B9A
3#213F91
4#294389
5#314781
6#394A79
7#414E71
8#495269
9#515661
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D0 #C0D0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AC #90ACF9 | BordersInactive statesPlaceholder text |
| 400 | 5580 #5580F6 | Disabled statesSecondary iconsMuted text |
| 500 | 255C #255CF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B41 #0B41D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0934 #0934AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0625 #062579 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0418 #04184E | Primary textHigh emphasis contentDark headings |
| 950 | 030F #030F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FE;
--cobalt-100: #DDE6FD;
--cobalt-200: #C0D0FC;
--cobalt-300: #90ACF9;
--cobalt-400: #5580F6;
--cobalt-500: #255CF4;
--cobalt-600: #0B41D5;
--cobalt-700: #0934AA;
--cobalt-800: #062579;
--cobalt-900: #04184E;
--cobalt-950: #030F30;
}