Cobalt
#1035A2
BlueColor Codes
All color formats for development
HEX
#1035A2RGB
rgb(16, 53, 162)HSL
hsl(225, 82%, 35%)OKLCH
oklch(0.387 0.18 264.4)CMYK
cmyk(90%, 67%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E2F92
2#0D2A82
3#0B2572
4#0A2061
5#081A51
6#061541
7#051031
8#030B20
9#020510
Tints
Lighter variations
1#133EC1
2#1648DF
3#2C5BEA
4#4A73ED
5#688AF0
6#86A2F3
7#A5B9F6
8#C3D0F9
9#E1E8FC
Tones
Muted variations
1#17389B
2#1F3C94
3#26408C
4#2D4385
5#35477E
6#3C4B77
7#434E6F
8#4B5268
9#525661
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D0 #C3D0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AC #94ACF4 | BordersInactive statesPlaceholder text |
| 400 | 5D81 #5D81EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E5D #2E5DEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1442 #1442CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1035 #1035A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B26 #0B2674 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0718 #07184A | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FE;
--cobalt-100: #DFE6FC;
--cobalt-200: #C3D0F9;
--cobalt-300: #94ACF4;
--cobalt-400: #5D81EF;
--cobalt-500: #2E5DEA;
--cobalt-600: #1442CC;
--cobalt-700: #1035A2;
--cobalt-800: #0B2674;
--cobalt-900: #07184A;
--cobalt-950: #050F2E;
}