Cobalt
#025ADE
BlueColor Codes
All color formats for development
HEX
#025ADERGB
rgb(2, 90, 222)HSL
hsl(216, 98%, 44%)OKLCH
oklch(0.512 0.214 260.6)CMYK
cmyk(99%, 59%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0251C8
2#0248B2
3#023F9C
4#013685
5#012D6F
6#012459
7#011B43
8#00122C
9#000916
Tints
Lighter variations
1#0366FA
2#1D76FD
3#3987FD
4#5599FD
5#72AAFE
6#8EBBFE
7#AACCFE
8#C6DDFE
9#E3EEFF
Tones
Muted variations
1#0D5CD3
2#185FC8
3#2361BD
4#2E63B2
5#3965A7
6#44679C
7#4F6A91
8#5A6C86
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 | BDD7 #BDD7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB9 #8BB9FE | BordersInactive statesPlaceholder text |
| 400 | 4E94 #4E94FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C76 #1C76FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 025A #025ADE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0248 #0248B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0133 #01337E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0121 #012151 | 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: #BDD7FE;
--cobalt-300: #8BB9FE;
--cobalt-400: #4E94FD;
--cobalt-500: #1C76FD;
--cobalt-600: #025ADE;
--cobalt-700: #0248B1;
--cobalt-800: #01337E;
--cobalt-900: #012151;
--cobalt-950: #011532;
}