Cobalt
#074DDA
BlueColor Codes
All color formats for development
HEX
#074DDARGB
rgb(7, 77, 218)HSL
hsl(220, 94%, 44%)OKLCH
oklch(0.484 0.224 262.5)CMYK
cmyk(97%, 65%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0645C4
2#053EAE
3#053698
4#042E83
5#03276D
6#031F57
7#021741
8#010F2C
9#010816
Tints
Lighter variations
1#0857F5
2#2169F8
3#3D7CF9
4#598EFA
5#74A1FB
6#90B4FC
7#ACC7FC
8#C8D9FD
9#E3ECFE
Tones
Muted variations
1#1151CF
2#1C54C5
3#2658BA
4#315BAF
5#3B5FA5
6#46629A
7#516690
8#5B6985
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 | BFD3 #BFD3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB2 #8DB2FB | BordersInactive statesPlaceholder text |
| 400 | 528A #528AFA | Disabled statesSecondary iconsMuted text |
| 500 | 2068 #2068F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 074D #074DDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 053D #053DAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042C #042C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021C #021C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FF;
--cobalt-100: #DCE8FE;
--cobalt-200: #BFD3FD;
--cobalt-300: #8DB2FB;
--cobalt-400: #528AFA;
--cobalt-500: #2068F8;
--cobalt-600: #074DDA;
--cobalt-700: #053DAD;
--cobalt-800: #042C7C;
--cobalt-900: #021C4F;
--cobalt-950: #021231;
}