Cobalt
#0649DB
BlueColor Codes
All color formats for development
HEX
#0649DBRGB
rgb(6, 73, 219)HSL
hsl(221, 95%, 44%)OKLCH
oklch(0.478 0.229 262.9)CMYK
cmyk(97%, 67%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0542C5
2#043AAF
3#043399
4#032C83
5#03256D
6#021D58
7#021642
8#010F2C
9#010716
Tints
Lighter variations
1#0652F7
2#2065F9
3#3C78FA
4#588BFB
5#749FFB
6#90B2FC
7#ABC5FD
8#C7D8FE
9#E3ECFE
Tones
Muted variations
1#104DD0
2#1B51C5
3#2655BB
4#3059B0
5#3B5DA5
6#46619B
7#506490
8#5B6886
9#666C7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED2 #BED2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB0 #8DB0FC | BordersInactive statesPlaceholder text |
| 400 | 5187 #5187FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F64 #1F64F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0649 #0649DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 043A #043AAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032A #032A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021B #021B50 | Primary textHigh emphasis contentDark headings |
| 950 | 0111 #011132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FF;
--cobalt-100: #DCE7FE;
--cobalt-200: #BED2FD;
--cobalt-300: #8DB0FC;
--cobalt-400: #5187FB;
--cobalt-500: #1F64F9;
--cobalt-600: #0649DB;
--cobalt-700: #043AAE;
--cobalt-800: #032A7C;
--cobalt-900: #021B50;
--cobalt-950: #011132;
}