Cobalt
#1442CC
BlueColor Codes
All color formats for development
HEX
#1442CCRGB
rgb(20, 66, 204)HSL
hsl(225, 82%, 44%)OKLCH
oklch(0.453 0.217 264.4)CMYK
cmyk(90%, 68%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#123CB8
2#1035A3
3#0E2E8F
4#0C287B
5#0A2166
6#081A52
7#06143D
8#040D29
9#020714
Tints
Lighter variations
1#174BE6
2#2F5EEA
3#4972ED
4#6386F0
5#7D9AF2
6#97AEF5
7#B1C3F7
8#CBD7FA
9#E5EBFC
Tones
Muted variations
1#1D47C3
2#274BBA
3#3050B1
4#3955A7
5#42599E
6#4B5E95
7#55628C
8#5E6783
9#676C79
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;
}