Cobalt
#065BDB
BlueColor Codes
All color formats for development
HEX
#065BDBRGB
rgb(6, 91, 219)HSL
hsl(216, 95%, 44%)OKLCH
oklch(0.512 0.209 260.4)CMYK
cmyk(97%, 58%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0552C5
2#0449AF
3#044099
4#033783
5#032D6D
6#022458
7#021B42
8#01122C
9#010916
Tints
Lighter variations
1#0666F7
2#2077F9
3#3C88FA
4#5899FB
5#74AAFB
6#90BBFC
7#ABCCFD
8#C7DDFE
9#E3EEFE
Tones
Muted variations
1#105DD0
2#1B5FC5
3#2661BB
4#3063B0
5#3B66A5
6#46689B
7#506A90
8#5B6C86
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 | BED8 #BED8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB9 #8DB9FC | BordersInactive statesPlaceholder text |
| 400 | 5195 #5195FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F76 #1F76F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 065B #065BDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0448 #0448AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0334 #03347C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0221 #022150 | 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: #BED8FD;
--cobalt-300: #8DB9FC;
--cobalt-400: #5195FB;
--cobalt-500: #1F76F9;
--cobalt-600: #065BDB;
--cobalt-700: #0448AE;
--cobalt-800: #03347C;
--cobalt-900: #022150;
--cobalt-950: #011532;
}