Cobalt
#0244DE
BlueColor Codes
All color formats for development
HEX
#0244DERGB
rgb(2, 68, 222)HSL
hsl(222, 98%, 44%)OKLCH
oklch(0.472 0.239 263.2)CMYK
cmyk(99%, 69%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#023DC8
2#0237B2
3#02309C
4#012985
5#01226F
6#011B59
7#011443
8#000E2C
9#000716
Tints
Lighter variations
1#034DFA
2#1D60FD
3#3974FD
4#5588FD
5#729CFE
6#8EAFFE
7#AAC3FE
8#C6D7FE
9#E3EBFF
Tones
Muted variations
1#0D49D3
2#184DC8
3#2351BD
4#2E56B2
5#395AA7
6#445F9C
7#4F6391
8#5A6786
9#656C7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD1 #BDD1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAD #8BADFE | BordersInactive statesPlaceholder text |
| 400 | 4E83 #4E83FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C5F #1C5FFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0244 #0244DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0236 #0236B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0127 #01277E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0119 #011951 | Primary textHigh emphasis contentDark headings |
| 950 | 0110 #011032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FF;
--cobalt-100: #DCE6FF;
--cobalt-200: #BDD1FE;
--cobalt-300: #8BADFE;
--cobalt-400: #4E83FD;
--cobalt-500: #1C5FFD;
--cobalt-600: #0244DE;
--cobalt-700: #0236B1;
--cobalt-800: #01277E;
--cobalt-900: #011951;
--cobalt-950: #011032;
}