Cobalt
#075FAB
BlueColor Codes
All color formats for development
HEX
#075FABRGB
rgb(7, 95, 171)HSL
hsl(208, 92%, 35%)OKLCH
oklch(0.483 0.142 252.2)CMYK
cmyk(96%, 44%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06559A
2#064C89
3#054278
4#043967
5#042F56
6#032645
7#021C33
8#011322
9#010911
Tints
Lighter variations
1#0870CB
2#0A82EB
3#2092F6
4#40A2F7
5#60B1F8
6#80C1FA
7#A0D0FB
8#BFE0FC
9#DFEFFE
Tones
Muted variations
1#0F5EA3
2#185E9B
3#205D93
4#285D8B
5#305C82
6#385B7A
7#415B72
8#495A6A
9#515A61
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 #BFE0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC8 #8EC8FA | BordersInactive statesPlaceholder text |
| 400 | 54AB #54ABF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2393 #2393F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0977 #0977D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 075F #075FAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0544 #05447A | Text on light backgroundsHeadingsStrong borders |
| 900 | 032B #032B4E | 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: #BFE0FC;
--cobalt-300: #8EC8FA;
--cobalt-400: #54ABF8;
--cobalt-500: #2393F6;
--cobalt-600: #0977D7;
--cobalt-700: #075FAB;
--cobalt-800: #05447A;
--cobalt-900: #032B4E;
--cobalt-950: #021B31;
}