Cobalt
#0A52D6
BlueColor Codes
All color formats for development
HEX
#0A52D6RGB
rgb(10, 82, 214)HSL
hsl(219, 91%, 44%)OKLCH
oklch(0.49 0.213 261.8)CMYK
cmyk(95%, 62%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0949C1
2#0841AB
3#073996
4#063181
5#05296B
6#042156
7#031840
8#02102B
9#010815
Tints
Lighter variations
1#0B5CF2
2#256EF5
3#4080F6
4#5B92F7
5#77A4F9
6#92B6FA
7#ADC8FB
8#C8DBFC
9#E4EDFE
Tones
Muted variations
1#1455CC
2#1F58C2
3#295BB8
4#335EAD
5#3D61A3
6#476499
7#52678F
8#5C6A85
9#666D7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D5 #C0D5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB4 #8FB4FA | BordersInactive statesPlaceholder text |
| 400 | 558D #558DF7 | Disabled statesSecondary iconsMuted text |
| 500 | 246D #246DF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A52 #0A52D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0841 #0841AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 062E #062E7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041E #041E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0213 #021331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FE;
--cobalt-100: #DDE8FD;
--cobalt-200: #C0D5FC;
--cobalt-300: #8FB4FA;
--cobalt-400: #558DF7;
--cobalt-500: #246DF5;
--cobalt-600: #0A52D6;
--cobalt-700: #0841AA;
--cobalt-800: #062E7A;
--cobalt-900: #041E4E;
--cobalt-950: #021331;
}