Cobalt
#0A44D6
BlueColor Codes
All color formats for development
HEX
#0A44D6RGB
rgb(10, 68, 214)HSL
hsl(223, 91%, 44%)OKLCH
oklch(0.465 0.229 263.5)CMYK
cmyk(95%, 68%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#093DC1
2#0836AB
3#073096
4#062981
5#05226B
6#041B56
7#031440
8#020E2B
9#010715
Tints
Lighter variations
1#0B4DF2
2#2560F5
3#4074F6
4#5B88F7
5#779BF9
6#92AFFA
7#ADC3FB
8#C8D7FC
9#E4EBFE
Tones
Muted variations
1#1448CC
2#1F4DC2
3#2951B8
4#3356AD
5#3D5AA3
6#475F99
7#52638F
8#5C6785
9#666C7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D1 #C0D1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAD #8FADFA | BordersInactive statesPlaceholder text |
| 400 | 5583 #5583F7 | Disabled statesSecondary iconsMuted text |
| 500 | 245F #245FF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A44 #0A44D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0836 #0836AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0627 #06277A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0419 #04194E | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FE;
--cobalt-100: #DDE6FD;
--cobalt-200: #C0D1FC;
--cobalt-300: #8FADFA;
--cobalt-400: #5583F7;
--cobalt-500: #245FF5;
--cobalt-600: #0A44D6;
--cobalt-700: #0836AA;
--cobalt-800: #06277A;
--cobalt-900: #04194E;
--cobalt-950: #020F31;
}