Cobalt
#062AAC
BlueColor Codes
All color formats for development
HEX
#062AACRGB
rgb(6, 42, 172)HSL
hsl(227, 93%, 35%)OKLCH
oklch(0.377 0.206 264.5)CMYK
cmyk(97%, 76%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06269B
2#05228A
3#041E79
4#041967
5#031556
6#021145
7#020D34
8#010822
9#010411
Tints
Lighter variations
1#0732CC
2#093AEC
3#1F4EF7
4#3F67F8
5#5F80F9
6#7F9AFA
7#9FB3FC
8#BFCCFD
9#DFE6FE
Tones
Muted variations
1#0F2FA4
2#17349C
3#1F3893
4#273D8B
5#304283
6#38467A
7#404B72
8#49506A
9#515562
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCC #BFCCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA5 #8EA5FB | BordersInactive statesPlaceholder text |
| 400 | 5377 #5377F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2250 #2250F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0835 #0835D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 062A #062AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041E #041E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0313 #03134F | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FE;
--cobalt-100: #DDE4FE;
--cobalt-200: #BFCCFD;
--cobalt-300: #8EA5FB;
--cobalt-400: #5377F9;
--cobalt-500: #2250F7;
--cobalt-600: #0835D9;
--cobalt-700: #062AAC;
--cobalt-800: #041E7B;
--cobalt-900: #03134F;
--cobalt-950: #020C31;
}