Cobalt
#0A41D6
BlueColor Codes
All color formats for development
HEX
#0A41D6RGB
rgb(10, 65, 214)HSL
hsl(224, 91%, 44%)OKLCH
oklch(0.46 0.232 263.8)CMYK
cmyk(95%, 70%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#093AC1
2#0834AB
3#072D96
4#062781
5#05206B
6#041A56
7#031340
8#020D2B
9#010615
Tints
Lighter variations
1#0B49F2
2#255CF5
3#4071F6
4#5B85F7
5#7799F9
6#92AEFA
7#ADC2FB
8#C8D6FC
9#E4EBFE
Tones
Muted variations
1#1445CC
2#1F4AC2
3#294FB8
4#3354AD
5#3D58A3
6#475D99
7#52628F
8#5C6785
9#666B7A
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 | C0D0 #C0D0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAB #8FABFA | BordersInactive statesPlaceholder text |
| 400 | 5580 #5580F7 | Disabled statesSecondary iconsMuted text |
| 500 | 245C #245CF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A41 #0A41D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0833 #0833AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0625 #06257A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0417 #04174E | 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: #C0D0FC;
--cobalt-300: #8FABFA;
--cobalt-400: #5580F7;
--cobalt-500: #245CF5;
--cobalt-600: #0A41D6;
--cobalt-700: #0833AA;
--cobalt-800: #06257A;
--cobalt-900: #04174E;
--cobalt-950: #020F31;
}