Cobalt
#064DDB
BlueColor Codes
All color formats for development
HEX
#064DDBRGB
rgb(6, 77, 219)HSL
hsl(220, 95%, 44%)OKLCH
oklch(0.485 0.225 262.5)CMYK
cmyk(97%, 65%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0545C5
2#043DAF
3#043699
4#032E83
5#03266D
6#021F58
7#021742
8#010F2C
9#010816
Tints
Lighter variations
1#0656F7
2#2069F9
3#3C7BFA
4#588EFB
5#74A1FB
6#90B4FC
7#ABC7FD
8#C7D9FE
9#E3ECFE
Tones
Muted variations
1#1050D0
2#1B54C5
3#2657BB
4#305BB0
5#3B5EA5
6#46629B
7#506690
8#5B6986
9#666D7B
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 | BED3 #BED3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB2 #8DB2FC | BordersInactive statesPlaceholder text |
| 400 | 5189 #5189FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F68 #1F68F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 064D #064DDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 043D #043DAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032C #032C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021C #021C50 | 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: #BED3FD;
--cobalt-300: #8DB2FC;
--cobalt-400: #5189FB;
--cobalt-500: #1F68F9;
--cobalt-600: #064DDB;
--cobalt-700: #043DAE;
--cobalt-800: #032C7C;
--cobalt-900: #021C50;
--cobalt-950: #011132;
}