Cobalt
#1B32C5
BlueColor Codes
All color formats for development
HEX
#1B32C5RGB
rgb(27, 50, 197)HSL
hsl(232, 76%, 44%)OKLCH
oklch(0.422 0.224 266.9)CMYK
cmyk(86%, 75%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#182DB2
2#16289E
3#13238A
4#101E76
5#0D1963
6#0B144F
7#080F3B
8#050A27
9#030514
Tints
Lighter variations
1#1E38DF
2#364DE4
3#4F63E7
4#687AEA
5#8190EE
6#9AA6F1
7#B4BCF5
8#CDD3F8
9#E6E9FC
Tones
Muted variations
1#2338BD
2#2C3EB4
3#3544AC
4#3D4BA3
5#46519B
6#4E5792
7#575D8A
8#5F6481
9#686A79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E3 #E0E3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CB #C5CBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A4 #98A4F1 | BordersInactive statesPlaceholder text |
| 400 | 6274 #6274EA | Disabled statesSecondary iconsMuted text |
| 500 | 354C #354CE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B32 #1B32C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1528 #15289D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1C #0F1C70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A12 #0A1248 | Primary textHigh emphasis contentDark headings |
| 950 | 060B #060B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FD;
--cobalt-100: #E0E3FB;
--cobalt-200: #C5CBF7;
--cobalt-300: #98A4F1;
--cobalt-400: #6274EA;
--cobalt-500: #354CE3;
--cobalt-600: #1B32C5;
--cobalt-700: #15289D;
--cobalt-800: #0F1C70;
--cobalt-900: #0A1248;
--cobalt-950: #060B2D;
}