Cobalt
#062DAC
BlueColor Codes
All color formats for development
HEX
#062DACRGB
rgb(6, 45, 172)HSL
hsl(226, 93%, 35%)OKLCH
oklch(0.382 0.203 264.2)CMYK
cmyk(97%, 74%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06289B
2#05248A
3#041F79
4#041B67
5#031656
6#021245
7#020D34
8#010922
9#010411
Tints
Lighter variations
1#0735CC
2#093EEC
3#1F51F7
4#3F6AF8
5#5F83F9
6#7F9CFA
7#9FB5FC
8#BFCDFD
9#DFE6FE
Tones
Muted variations
1#0F31A4
2#17369C
3#1F3A93
4#273F8B
5#304383
6#38487A
7#404C72
8#49506A
9#515562
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCD #BFCDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA7 #8EA7FB | BordersInactive statesPlaceholder text |
| 400 | 5379 #5379F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2253 #2253F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0839 #0839D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 062D #062DAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0420 #04207B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0315 #03154F | Primary textHigh emphasis contentDark headings |
| 950 | 020D #020D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FE;
--cobalt-100: #DDE4FE;
--cobalt-200: #BFCDFD;
--cobalt-300: #8EA7FB;
--cobalt-400: #5379F9;
--cobalt-500: #2253F7;
--cobalt-600: #0839D9;
--cobalt-700: #062DAC;
--cobalt-800: #04207B;
--cobalt-900: #03154F;
--cobalt-950: #020D31;
}