Cobalt
#093CAA
BlueColor Codes
All color formats for development
HEX
#093CAARGB
rgb(9, 60, 170)HSL
hsl(221, 90%, 35%)OKLCH
oklch(0.407 0.183 262.7)CMYK
cmyk(95%, 65%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083699
2#073088
3#062A77
4#052466
5#041E55
6#041844
7#031233
8#020C22
9#010611
Tints
Lighter variations
1#0B47C9
2#0C52E9
3#2365F3
4#427BF5
5#6291F7
6#81A7F8
7#A1BDFA
8#C0D3FC
9#E0E9FD
Tones
Muted variations
1#113FA2
2#19429A
3#214591
4#294889
5#314B81
6#394D79
7#415071
8#495369
9#515661
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D3 #C0D3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B1 #90B1F9 | BordersInactive statesPlaceholder text |
| 400 | 5588 #5588F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2566 #2566F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B4B #0B4BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 093C #093CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 062B #062B79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 041B #041B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0311 #031130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FE;
--cobalt-100: #DDE7FD;
--cobalt-200: #C0D3FC;
--cobalt-300: #90B1F9;
--cobalt-400: #5588F6;
--cobalt-500: #2566F4;
--cobalt-600: #0B4BD5;
--cobalt-700: #093CAA;
--cobalt-800: #062B79;
--cobalt-900: #041B4E;
--cobalt-950: #031130;
}