Cobalt
#0062B3
BlueColor Codes
All color formats for development
HEX
#0062B3RGB
rgb(0, 98, 179)HSL
hsl(207, 100%, 35%)OKLCH
oklch(0.495 0.15 252.4)CMYK
cmyk(100%, 45%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0058A1
2#004F8F
3#00457D
4#003B6B
5#003159
6#002747
7#001D36
8#001424
9#000A12
Tints
Lighter variations
1#0074D4
2#0087F5
3#1797FF
4#38A5FF
5#59B4FF
6#7AC3FF
7#9CD2FF
8#BDE1FF
9#DEF0FF
Tones
Muted variations
1#0961AA
2#1260A1
3#1B5F98
4#245F8F
5#2D5E86
6#365D7D
7#3E5C74
8#475B6B
9#505A62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEF #DBEFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE1 #BDE1FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ACA #8ACAFF | BordersInactive statesPlaceholder text |
| 400 | 4DAF #4DAFFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A98 #1A98FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 007B #007BE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0062 #0062B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0046 #004680 | Text on light backgroundsHeadingsStrong borders |
| 900 | 002D #002D52 | Primary textHigh emphasis contentDark headings |
| 950 | 001C #001C33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FF;
--cobalt-100: #DBEFFF;
--cobalt-200: #BDE1FF;
--cobalt-300: #8ACAFF;
--cobalt-400: #4DAFFF;
--cobalt-500: #1A98FF;
--cobalt-600: #007BE0;
--cobalt-700: #0062B3;
--cobalt-800: #004680;
--cobalt-900: #002D52;
--cobalt-950: #001C33;
}