Cobalt
#025EDE
BlueColor Codes
All color formats for development
HEX
#025EDERGB
rgb(2, 94, 222)HSL
hsl(215, 98%, 44%)OKLCH
oklch(0.52 0.209 259.9)CMYK
cmyk(99%, 58%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0254C8
2#024BB2
3#02429C
4#013885
5#012F6F
6#012659
7#011C43
8#00132C
9#000916
Tints
Lighter variations
1#036AFA
2#1D7AFD
3#398BFD
4#559BFD
5#72ACFE
6#8EBDFE
7#AACDFE
8#C6DEFE
9#E3EEFF
Tones
Muted variations
1#0D60D3
2#1862C8
3#2363BD
4#2E65B2
5#3967A7
6#44699C
7#4F6B91
8#5A6D86
9#656E7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEA #DCEAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD8 #BDD8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBB #8BBBFE | BordersInactive statesPlaceholder text |
| 400 | 4E97 #4E97FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C7A #1C7AFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 025E #025EDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 024B #024BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0135 #01357E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0122 #012251 | Primary textHigh emphasis contentDark headings |
| 950 | 0115 #011532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FF;
--cobalt-100: #DCEAFF;
--cobalt-200: #BDD8FE;
--cobalt-300: #8BBBFE;
--cobalt-400: #4E97FD;
--cobalt-500: #1C7AFD;
--cobalt-600: #025EDE;
--cobalt-700: #024BB1;
--cobalt-800: #01357E;
--cobalt-900: #012251;
--cobalt-950: #011532;
}