Cobalt
#1452CC
BlueColor Codes
All color formats for development
HEX
#1452CCRGB
rgb(20, 82, 204)HSL
hsl(220, 82%, 44%)OKLCH
oklch(0.483 0.199 262)CMYK
cmyk(90%, 60%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1249B8
2#1041A3
3#0E398F
4#0C317B
5#0A2966
6#082152
7#06183D
8#041029
9#020814
Tints
Lighter variations
1#175CE6
2#2F6EEA
3#4980ED
4#6392F0
5#7DA4F2
6#97B6F5
7#B1C8F7
8#CBDBFA
9#E5EDFC
Tones
Muted variations
1#1D55C3
2#2758BA
3#305BB1
4#395EA7
5#42619E
6#4B6495
7#55678C
8#5E6A83
9#676D79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D5 #C3D5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94B4 #94B4F4 | BordersInactive statesPlaceholder text |
| 400 | 5D8D #5D8DEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E6D #2E6DEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1452 #1452CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1041 #1041A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B2E #0B2E74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071E #071E4A | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FE;
--cobalt-100: #DFE8FC;
--cobalt-200: #C3D5F9;
--cobalt-300: #94B4F4;
--cobalt-400: #5D8DEF;
--cobalt-500: #2E6DEA;
--cobalt-600: #1452CC;
--cobalt-700: #1041A2;
--cobalt-800: #0B2E74;
--cobalt-900: #071E4A;
--cobalt-950: #05132E;
}