Cobalt
#0854AA
BlueColor Codes
All color formats for development
HEX
#0854AARGB
rgb(8, 84, 170)HSL
hsl(212, 91%, 35%)OKLCH
oklch(0.457 0.153 256.5)CMYK
cmyk(95%, 51%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074B99
2#064388
3#063B77
4#053266
5#042A55
6#032244
7#021933
8#021122
9#010811
Tints
Lighter variations
1#0A63CA
2#0B73EA
3#2184F5
4#4196F6
5#61A7F8
6#80B9F9
7#A0CAFB
8#C0DCFC
9#DFEDFE
Tones
Muted variations
1#1054A2
2#18559A
3#205592
4#29568A
5#315782
6#39577A
7#415872
8#495869
9#515961
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DC #C0DCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC1 #8FC1FA | BordersInactive statesPlaceholder text |
| 400 | 55A0 #55A0F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2485 #2485F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A69 #0A69D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0854 #0854AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063C #063C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0426 #04264E | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F7FE;
--cobalt-100: #DDECFD;
--cobalt-200: #C0DCFC;
--cobalt-300: #8FC1FA;
--cobalt-400: #55A0F7;
--cobalt-500: #2485F5;
--cobalt-600: #0A69D6;
--cobalt-700: #0854AA;
--cobalt-800: #063C7A;
--cobalt-900: #04264E;
--cobalt-950: #021831;
}