Cobalt
#141DCC
BlueColor Codes
All color formats for development
HEX
#141DCCRGB
rgb(20, 29, 204)HSL
hsl(237, 82%, 44%)OKLCH
oklch(0.404 0.25 266.4)CMYK
cmyk(90%, 86%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121AB8
2#1018A3
3#0E158F
4#0C127B
5#0A0F66
6#080C52
7#06093D
8#040629
9#020314
Tints
Lighter variations
1#1721E6
2#2F38EA
3#4951ED
4#636AF0
5#7D83F2
6#979CF5
7#B1B5F7
8#CBCDFA
9#E5E6FC
Tones
Muted variations
1#1D26C3
2#272EBA
3#3036B1
4#393FA7
5#42479E
6#4B4F95
7#55578C
8#5E6083
9#676879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C5 #C3C5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9499 #9499F4 | BordersInactive statesPlaceholder text |
| 400 | 5D64 #5D64EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E38 #2E38EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 141D #141DCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1017 #1017A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B11 #0B1174 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070B #070B4A | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FE;
--cobalt-100: #DFE0FC;
--cobalt-200: #C3C5F9;
--cobalt-300: #9499F4;
--cobalt-400: #5D64EF;
--cobalt-500: #2E38EA;
--cobalt-600: #141DCC;
--cobalt-700: #1017A2;
--cobalt-800: #0B1174;
--cobalt-900: #070B4A;
--cobalt-950: #05072E;
}