Cobalt
#0362DD
BlueColor Codes
All color formats for development
HEX
#0362DDRGB
rgb(3, 98, 221)HSL
hsl(214, 97%, 44%)OKLCH
oklch(0.527 0.203 259.1)CMYK
cmyk(99%, 56%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0358C7
2#034EB1
3#02449B
4#023B85
5#02316F
6#012758
7#011D42
8#01142C
9#000A16
Tints
Lighter variations
1#046EF9
2#1E7EFC
3#3A8EFC
4#569EFC
5#72AEFD
6#8EBEFD
7#ABCFFE
8#C7DFFE
9#E3EFFF
Tones
Muted variations
1#0E63D2
2#1965C7
3#2466BC
4#2F67B2
5#3A69A7
6#456A9C
7#506C91
8#5A6D86
9#656F7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDA #BEDAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBD #8BBDFD | BordersInactive statesPlaceholder text |
| 400 | 4F9A #4F9AFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D7D #1D7DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0362 #0362DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 034E #034EB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0238 #02387E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0124 #012450 | Primary textHigh emphasis contentDark headings |
| 950 | 0116 #011632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FF;
--cobalt-100: #DCEBFE;
--cobalt-200: #BEDAFE;
--cobalt-300: #8BBDFD;
--cobalt-400: #4F9AFC;
--cobalt-500: #1D7DFC;
--cobalt-600: #0362DD;
--cobalt-700: #034EB0;
--cobalt-800: #02387E;
--cobalt-900: #012450;
--cobalt-950: #011632;
}