Cobalt
#0236DE
BlueColor Codes
All color formats for development
HEX
#0236DERGB
rgb(2, 54, 222)HSL
hsl(226, 98%, 44%)OKLCH
oklch(0.451 0.253 264)CMYK
cmyk(99%, 76%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0230C8
2#022BB2
3#02259C
4#012085
5#011B6F
6#011559
7#011043
8#000B2C
9#000516
Tints
Lighter variations
1#033CFA
2#1D51FD
3#3967FD
4#557DFD
5#7292FE
6#8EA8FE
7#AABEFE
8#C6D4FE
9#E3E9FF
Tones
Muted variations
1#0D3BD3
2#1841C8
3#2347BD
4#2E4DB2
5#3953A7
6#44599C
7#4F5F91
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 | DCE4 #DCE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCD #BDCDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA6 #8BA6FE | BordersInactive statesPlaceholder text |
| 400 | 4E77 #4E77FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C50 #1C50FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0236 #0236DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 022B #022BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 011E #011E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0113 #011351 | Primary textHigh emphasis contentDark headings |
| 950 | 010C #010C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FF;
--cobalt-100: #DCE4FF;
--cobalt-200: #BDCDFE;
--cobalt-300: #8BA6FE;
--cobalt-400: #4E77FD;
--cobalt-500: #1C50FD;
--cobalt-600: #0236DE;
--cobalt-700: #022BB1;
--cobalt-800: #011E7E;
--cobalt-900: #011351;
--cobalt-950: #010C32;
}