Cobalt
#0654DB
BlueColor Codes
All color formats for development
HEX
#0654DBRGB
rgb(6, 84, 219)HSL
hsl(218, 95%, 44%)OKLCH
oklch(0.498 0.217 261.5)CMYK
cmyk(97%, 62%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#054BC5
2#0443AF
3#043B99
4#033283
5#032A6D
6#022258
7#021942
8#01112C
9#010816
Tints
Lighter variations
1#065EF7
2#2070F9
3#3C82FA
4#5894FB
5#74A6FB
6#90B7FC
7#ABC9FD
8#C7DBFE
9#E3EDFE
Tones
Muted variations
1#1057D0
2#1B59C5
3#265CBB
4#305FB0
5#3B62A5
6#46659B
7#506890
8#5B6B86
9#666D7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE9 #DCE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED5 #BED5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB5 #8DB5FC | BordersInactive statesPlaceholder text |
| 400 | 518F #518FFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F6F #1F6FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0654 #0654DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0443 #0443AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0330 #03307C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021E #021E50 | Primary textHigh emphasis contentDark headings |
| 950 | 0113 #011332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FF;
--cobalt-100: #DCE9FE;
--cobalt-200: #BED5FD;
--cobalt-300: #8DB5FC;
--cobalt-400: #518FFB;
--cobalt-500: #1F6FF9;
--cobalt-600: #0654DB;
--cobalt-700: #0443AE;
--cobalt-800: #03307C;
--cobalt-900: #021E50;
--cobalt-950: #011332;
}