Cobalt
#0068B3
BlueColor Codes
All color formats for development
HEX
#0068B3RGB
rgb(0, 104, 179)HSL
hsl(205, 100%, 35%)OKLCH
oklch(0.509 0.143 249.7)CMYK
cmyk(100%, 42%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#005EA1
2#00538F
3#00497D
4#003E6B
5#003459
6#002A47
7#001F36
8#001524
9#000A12
Tints
Lighter variations
1#007BD4
2#008FF5
3#179EFF
4#38ACFF
5#59BAFF
6#7AC8FF
7#9CD6FF
8#BDE3FF
9#DEF1FF
Tones
Muted variations
1#0967AA
2#1265A1
3#1B6498
4#24628F
5#2D6186
6#365F7D
7#3E5E74
8#475C6B
9#505B62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF0 #DBF0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE3 #BDE3FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ACE #8ACEFF | BordersInactive statesPlaceholder text |
| 400 | 4DB5 #4DB5FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A9F #1A9FFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0083 #0083E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0068 #0068B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 004A #004A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0030 #003052 | Primary textHigh emphasis contentDark headings |
| 950 | 001E #001E33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FF;
--cobalt-100: #DBF0FF;
--cobalt-200: #BDE3FF;
--cobalt-300: #8ACEFF;
--cobalt-400: #4DB5FF;
--cobalt-500: #1A9FFF;
--cobalt-600: #0083E0;
--cobalt-700: #0068B3;
--cobalt-800: #004A80;
--cobalt-900: #003052;
--cobalt-950: #001E33;
}