Cobalt
#0052E0
BlueColor Codes
All color formats for development
HEX
#0052E0RGB
rgb(0, 82, 224)HSL
hsl(218, 100%, 44%)OKLCH
oklch(0.498 0.226 261.7)CMYK
cmyk(100%, 63%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004ACA
2#0042B4
3#003A9D
4#003187
5#002970
6#00215A
7#001943
8#00102D
9#000816
Tints
Lighter variations
1#005DFD
2#1B6EFF
3#3780FF
4#5492FF
5#70A5FF
6#8DB7FF
7#A9C9FF
8#C6DBFF
9#E2EDFF
Tones
Muted variations
1#0B55D5
2#1658CA
3#225BBF
4#2D5EB4
5#3861A8
6#43649D
7#4F6792
8#5A6A87
9#656D7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE8 #DBE8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD5 #BDD5FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB5 #8AB5FF | BordersInactive statesPlaceholder text |
| 400 | 4D8E #4D8EFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A6E #1A6EFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0052 #0052E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0041 #0041B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 002F #002F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 001E #001E52 | Primary textHigh emphasis contentDark headings |
| 950 | 0013 #001333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FF;
--cobalt-100: #DBE8FF;
--cobalt-200: #BDD5FF;
--cobalt-300: #8AB5FF;
--cobalt-400: #4D8EFF;
--cobalt-500: #1A6EFF;
--cobalt-600: #0052E0;
--cobalt-700: #0041B3;
--cobalt-800: #002F80;
--cobalt-900: #001E52;
--cobalt-950: #001333;
}