Cobalt
#1844C9
BlueColor Codes
All color formats for development
HEX
#1844C9RGB
rgb(24, 68, 201)HSL
hsl(225, 79%, 44%)OKLCH
oklch(0.455 0.211 264.6)CMYK
cmyk(88%, 66%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#153DB5
2#1336A1
3#10308D
4#0E2979
5#0C2264
6#091B50
7#07143C
8#050E28
9#020714
Tints
Lighter variations
1#1B4DE2
2#3360E7
3#4C74EA
4#6687ED
5#7F9BF0
6#99AFF3
7#B2C3F6
8#CCD7F9
9#E5EBFC
Tones
Muted variations
1#2048C0
2#294DB7
3#3251AE
4#3B56A5
5#445A9D
6#4D5E94
7#56638B
8#5E6782
9#676C79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D1 #C4D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96AD #96ADF3 | BordersInactive statesPlaceholder text |
| 400 | 5F82 #5F82EC | Disabled statesSecondary iconsMuted text |
| 500 | 325F #325FE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1844 #1844C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1336 #1336A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D27 #0D2772 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0919 #091949 | 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: #F1F4FD;
--cobalt-100: #DFE6FB;
--cobalt-200: #C4D1F8;
--cobalt-300: #96ADF3;
--cobalt-400: #5F82EC;
--cobalt-500: #325FE7;
--cobalt-600: #1844C9;
--cobalt-700: #1336A0;
--cobalt-800: #0D2772;
--cobalt-900: #091949;
--cobalt-950: #050F2E;
}