Cobalt
#0532AD
BlueColor Codes
All color formats for development
HEX
#0532ADRGB
rgb(5, 50, 173)HSL
hsl(224, 94%, 35%)OKLCH
oklch(0.391 0.199 263.7)CMYK
cmyk(97%, 71%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052D9C
2#04288B
3#042379
4#031E68
5#031957
6#021445
7#020F34
8#010A23
9#010511
Tints
Lighter variations
1#063BCD
2#0745ED
3#1E58F8
4#3E70F9
5#5E88FA
6#7EA0FB
7#9FB7FC
8#BFCFFD
9#DFE7FE
Tones
Muted variations
1#0E36A5
2#163A9C
3#1F3E94
4#27428C
5#2F4683
6#384A7B
7#404E72
8#48516A
9#515562
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE5 #DCE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCF #BFCFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DAB #8DABFB | BordersInactive statesPlaceholder text |
| 400 | 527F #527FFA | Disabled statesSecondary iconsMuted text |
| 500 | 205A #205AF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 073F #073FDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0532 #0532AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0424 #04247C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0217 #02174F | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FF;
--cobalt-100: #DCE5FE;
--cobalt-200: #BFCFFD;
--cobalt-300: #8DABFB;
--cobalt-400: #527FFA;
--cobalt-500: #205AF8;
--cobalt-600: #073FDA;
--cobalt-700: #0532AD;
--cobalt-800: #04247C;
--cobalt-900: #02174F;
--cobalt-950: #020E31;
}