Cobalt
#065FAC
BlueColor Codes
All color formats for development
HEX
#065FACRGB
rgb(6, 95, 172)HSL
hsl(208, 93%, 35%)OKLCH
oklch(0.483 0.143 252.4)CMYK
cmyk(97%, 45%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06559B
2#054C8A
3#044279
4#043967
5#032F56
6#022645
7#021C34
8#011322
9#010911
Tints
Lighter variations
1#0770CC
2#0982EC
3#1F92F7
4#3FA2F8
5#5FB1F9
6#7FC1FA
7#9FD0FC
8#BFE0FD
9#DFEFFE
Tones
Muted variations
1#0F5EA4
2#175E9C
3#1F5D93
4#275D8B
5#305C83
6#385B7A
7#405B72
8#495A6A
9#515A62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE0 #BFE0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC8 #8EC8FB | BordersInactive statesPlaceholder text |
| 400 | 53AB #53ABF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2293 #2293F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0877 #0877D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 065F #065FAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0444 #04447B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032B #032B4F | Primary textHigh emphasis contentDark headings |
| 950 | 021B #021B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FE;
--cobalt-100: #DDEEFE;
--cobalt-200: #BFE0FD;
--cobalt-300: #8EC8FB;
--cobalt-400: #53ABF9;
--cobalt-500: #2293F7;
--cobalt-600: #0877D9;
--cobalt-700: #065FAC;
--cobalt-800: #04447B;
--cobalt-900: #032B4F;
--cobalt-950: #021B31;
}