Cobalt
#024FDE
BlueColor Codes
All color formats for development
HEX
#024FDERGB
rgb(2, 79, 222)HSL
hsl(219, 98%, 44%)OKLCH
oklch(0.491 0.227 262.1)CMYK
cmyk(99%, 64%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0247C8
2#023FB2
3#02379C
4#013085
5#01286F
6#012059
7#011843
8#00102C
9#000816
Tints
Lighter variations
1#0359FA
2#1D6BFD
3#397EFD
4#5590FD
5#72A3FE
6#8EB5FE
7#AAC8FE
8#C6DAFE
9#E3EDFF
Tones
Muted variations
1#0D53D3
2#1856C8
3#2359BD
4#2E5CB2
5#3960A7
6#44639C
7#4F6691
8#5A6A86
9#656D7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD4 #BDD4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB3 #8BB3FE | BordersInactive statesPlaceholder text |
| 400 | 4E8C #4E8CFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C6B #1C6BFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 024F #024FDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 023F #023FB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 012D #012D7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011D #011D51 | Primary textHigh emphasis contentDark headings |
| 950 | 0112 #011232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FF;
--cobalt-100: #DCE8FF;
--cobalt-200: #BDD4FE;
--cobalt-300: #8BB3FE;
--cobalt-400: #4E8CFD;
--cobalt-500: #1C6BFD;
--cobalt-600: #024FDE;
--cobalt-700: #023FB1;
--cobalt-800: #012D7E;
--cobalt-900: #011D51;
--cobalt-950: #011232;
}