Cobalt
#035ADD
BlueColor Codes
All color formats for development
HEX
#035ADDRGB
rgb(3, 90, 221)HSL
hsl(216, 97%, 44%)OKLCH
oklch(0.511 0.213 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#0351C7
2#0348B1
3#023F9B
4#023685
5#022D6F
6#012458
7#011B42
8#01122C
9#000916
Tints
Lighter variations
1#0466F9
2#1E77FC
3#3A88FC
4#5699FC
5#72AAFD
6#8EBBFD
7#ABCCFE
8#C7DDFE
9#E3EEFF
Tones
Muted variations
1#0E5DD2
2#195FC7
3#2461BC
4#2F63B2
5#3A65A7
6#45679C
7#506A91
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 #DCEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED7 #BED7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB9 #8BB9FD | BordersInactive statesPlaceholder text |
| 400 | 4F94 #4F94FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D76 #1D76FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 035A #035ADD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0348 #0348B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0233 #02337E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0121 #012150 | 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: #DCEAFE;
--cobalt-200: #BED7FE;
--cobalt-300: #8BB9FD;
--cobalt-400: #4F94FC;
--cobalt-500: #1D76FC;
--cobalt-600: #035ADD;
--cobalt-700: #0348B0;
--cobalt-800: #02337E;
--cobalt-900: #012150;
--cobalt-950: #011532;
}