Cobalt
#061AAC
BlueColor Codes
All color formats for development
HEX
#061AACRGB
rgb(6, 26, 172)HSL
hsl(233, 93%, 35%)OKLCH
oklch(0.357 0.219 265)CMYK
cmyk(97%, 85%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06179B
2#05148A
3#041279
4#040F67
5#030D56
6#020A45
7#020834
8#010522
9#010311
Tints
Lighter variations
1#071ECC
2#0923EC
3#1F38F7
4#3F55F8
5#5F71F9
6#7F8DFA
7#9FAAFC
8#BFC6FD
9#DFE3FE
Tones
Muted variations
1#0F20A4
2#17269C
3#1F2D93
4#27338B
5#303983
6#38407A
7#404672
8#494D6A
9#515362
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC6 #BFC6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9B #8E9BFB | BordersInactive statesPlaceholder text |
| 400 | 5366 #5366F9 | Disabled statesSecondary iconsMuted text |
| 500 | 223A #223AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0820 #0820D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061A #061AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0412 #04127B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030C #030C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F2FE;
--cobalt-100: #DDE0FE;
--cobalt-200: #BFC6FD;
--cobalt-300: #8E9BFB;
--cobalt-400: #5366F9;
--cobalt-500: #223AF7;
--cobalt-600: #0820D9;
--cobalt-700: #061AAC;
--cobalt-800: #04127B;
--cobalt-900: #030C4F;
--cobalt-950: #020731;
}