Cobalt
#0A3DD6
BlueColor Codes
All color formats for development
HEX
#0A3DD6RGB
rgb(10, 61, 214)HSL
hsl(225, 91%, 44%)OKLCH
oklch(0.454 0.236 264.1)CMYK
cmyk(95%, 71%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0937C1
2#0831AB
3#072B96
4#062581
5#051F6B
6#041856
7#031240
8#020C2B
9#010615
Tints
Lighter variations
1#0B45F2
2#2559F5
3#406EF6
4#5B82F7
5#7797F9
6#92ACFA
7#ADC1FB
8#C8D5FC
9#E4EAFE
Tones
Muted variations
1#1442CC
2#1F47C2
3#294CB8
4#3352AD
5#3D57A3
6#475C99
7#52618F
8#5C6685
9#666B7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CF #C0CFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAA #8FAAFA | BordersInactive statesPlaceholder text |
| 400 | 557D #557DF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2458 #2458F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A3D #0A3DD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0831 #0831AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0623 #06237A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0416 #04164E | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FE;
--cobalt-100: #DDE5FD;
--cobalt-200: #C0CFFC;
--cobalt-300: #8FAAFA;
--cobalt-400: #557DF7;
--cobalt-500: #2458F5;
--cobalt-600: #0A3DD6;
--cobalt-700: #0831AA;
--cobalt-800: #06237A;
--cobalt-900: #04164E;
--cobalt-950: #020E31;
}