Cobalt
#0241DE
BlueColor Codes
All color formats for development
HEX
#0241DERGB
rgb(2, 65, 222)HSL
hsl(223, 98%, 44%)OKLCH
oklch(0.467 0.242 263.4)CMYK
cmyk(99%, 71%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#023AC8
2#0234B2
3#022D9C
4#012785
5#01206F
6#011A59
7#011343
8#000D2C
9#000616
Tints
Lighter variations
1#0349FA
2#1D5CFD
3#3971FD
4#5585FD
5#7299FE
6#8EAEFE
7#AAC2FE
8#C6D6FE
9#E3EBFF
Tones
Muted variations
1#0D45D3
2#184AC8
3#234FBD
4#2E54B2
5#3958A7
6#445D9C
7#4F6291
8#5A6786
9#656B7B
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 | BDD0 #BDD0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAB #8BABFE | BordersInactive statesPlaceholder text |
| 400 | 4E80 #4E80FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C5C #1C5CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0241 #0241DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0233 #0233B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0125 #01257E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0117 #011751 | Primary textHigh emphasis contentDark headings |
| 950 | 010F #010F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FF;
--cobalt-100: #DCE6FF;
--cobalt-200: #BDD0FE;
--cobalt-300: #8BABFE;
--cobalt-400: #4E80FD;
--cobalt-500: #1C5CFD;
--cobalt-600: #0241DE;
--cobalt-700: #0233B1;
--cobalt-800: #01257E;
--cobalt-900: #011751;
--cobalt-950: #010F32;
}