Cobalt
#065EDB
BlueColor Codes
All color formats for development
HEX
#065EDBRGB
rgb(6, 94, 219)HSL
hsl(215, 95%, 44%)OKLCH
oklch(0.518 0.205 259.9)CMYK
cmyk(97%, 57%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0555C5
2#044CAF
3#044299
4#033983
5#032F6D
6#022658
7#021C42
8#01132C
9#010916
Tints
Lighter variations
1#066AF7
2#207BF9
3#3C8BFA
4#589CFB
5#74ACFB
6#90BDFC
7#ABCDFD
8#C7DEFE
9#E3EEFE
Tones
Muted variations
1#1060D0
2#1B62C5
3#2664BB
4#3066B0
5#3B67A5
6#46699B
7#506B90
8#5B6D86
9#666E7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEA #DCEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED9 #BED9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DBB #8DBBFC | BordersInactive statesPlaceholder text |
| 400 | 5198 #5198FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F7A #1F7AF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 065E #065EDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 044B #044BAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0336 #03367C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0222 #022250 | Primary textHigh emphasis contentDark headings |
| 950 | 0115 #011532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FF;
--cobalt-100: #DCEAFE;
--cobalt-200: #BED9FD;
--cobalt-300: #8DBBFC;
--cobalt-400: #5198FB;
--cobalt-500: #1F7AF9;
--cobalt-600: #065EDB;
--cobalt-700: #044BAE;
--cobalt-800: #03367C;
--cobalt-900: #022250;
--cobalt-950: #011532;
}