Cobalt
#0650DB
BlueColor Codes
All color formats for development
HEX
#0650DBRGB
rgb(6, 80, 219)HSL
hsl(219, 95%, 44%)OKLCH
oklch(0.491 0.222 262.1)CMYK
cmyk(97%, 63%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0548C5
2#0440AF
3#043899
4#033083
5#03286D
6#022058
7#021842
8#01102C
9#010816
Tints
Lighter variations
1#065AF7
2#206CF9
3#3C7FFA
4#5891FB
5#74A3FB
6#90B6FC
7#ABC8FD
8#C7DAFE
9#E3EDFE
Tones
Muted variations
1#1053D0
2#1B57C5
3#265ABB
4#305DB0
5#3B60A5
6#46639B
7#506790
8#5B6A86
9#666D7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED4 #BED4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB4 #8DB4FC | BordersInactive statesPlaceholder text |
| 400 | 518C #518CFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F6C #1F6CF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0650 #0650DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0440 #0440AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032E #032E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021D #021D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0112 #011232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FF;
--cobalt-100: #DCE8FE;
--cobalt-200: #BED4FD;
--cobalt-300: #8DB4FC;
--cobalt-400: #518CFB;
--cobalt-500: #1F6CF9;
--cobalt-600: #0650DB;
--cobalt-700: #0440AE;
--cobalt-800: #032E7C;
--cobalt-900: #021D50;
--cobalt-950: #011232;
}