Cobalt
#0232DE
BlueColor Codes
All color formats for development
HEX
#0232DERGB
rgb(2, 50, 222)HSL
hsl(227, 98%, 44%)OKLCH
oklch(0.446 0.256 264.1)CMYK
cmyk(99%, 77%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022DC8
2#0228B2
3#02239C
4#011E85
5#01196F
6#011459
7#010F43
8#000A2C
9#000516
Tints
Lighter variations
1#0338FA
2#1D4DFD
3#3964FD
4#557AFD
5#7290FE
6#8EA6FE
7#AABCFE
8#C6D3FE
9#E3E9FF
Tones
Muted variations
1#0D38D3
2#183EC8
3#2345BD
4#2E4BB2
5#3951A7
6#44579C
7#4F5E91
8#5A6486
9#656A7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCB #BDCBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA4 #8BA4FE | BordersInactive statesPlaceholder text |
| 400 | 4E74 #4E74FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C4D #1C4DFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0232 #0232DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0228 #0228B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 011C #011C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0112 #011251 | Primary textHigh emphasis contentDark headings |
| 950 | 010B #010B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FF;
--cobalt-100: #DCE3FF;
--cobalt-200: #BDCBFE;
--cobalt-300: #8BA4FE;
--cobalt-400: #4E74FD;
--cobalt-500: #1C4DFD;
--cobalt-600: #0232DE;
--cobalt-700: #0228B1;
--cobalt-800: #011C7E;
--cobalt-900: #011251;
--cobalt-950: #010B32;
}