Cobalt
#074ADA
BlueColor Codes
All color formats for development
HEX
#074ADARGB
rgb(7, 74, 218)HSL
hsl(221, 94%, 44%)OKLCH
oklch(0.479 0.227 262.8)CMYK
cmyk(97%, 66%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0642C4
2#053BAE
3#053398
4#042C83
5#03256D
6#031D57
7#021641
8#010F2C
9#010716
Tints
Lighter variations
1#0853F5
2#2165F8
3#3D79F9
4#598CFA
5#749FFB
6#90B2FC
7#ACC5FC
8#C8D9FD
9#E3ECFE
Tones
Muted variations
1#114DCF
2#1C51C5
3#2655BA
4#3159AF
5#3B5DA5
6#46619A
7#516590
8#5B6885
9#666C7B
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 | BFD2 #BFD2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB0 #8DB0FB | BordersInactive statesPlaceholder text |
| 400 | 5287 #5287FA | Disabled statesSecondary iconsMuted text |
| 500 | 2065 #2065F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 074A #074ADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 053A #053AAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042A #042A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021B #021B4F | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FF;
--cobalt-100: #DCE7FE;
--cobalt-200: #BFD2FD;
--cobalt-300: #8DB0FB;
--cobalt-400: #5287FA;
--cobalt-500: #2065F8;
--cobalt-600: #074ADA;
--cobalt-700: #053AAD;
--cobalt-800: #042A7C;
--cobalt-900: #021B4F;
--cobalt-950: #021131;
}