Cobalt
#0959AA
BlueColor Codes
All color formats for development
HEX
#0959AARGB
rgb(9, 89, 170)HSL
hsl(210, 90%, 35%)OKLCH
oklch(0.468 0.147 254.7)CMYK
cmyk(95%, 48%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#085099
2#074788
3#063E77
4#053666
5#042D55
6#042444
7#031B33
8#021222
9#010911
Tints
Lighter variations
1#0B6AC9
2#0C7AE9
3#238BF3
4#429CF5
5#62ACF7
6#81BDF8
7#A1CDFA
8#C0DEFC
9#E0EEFD
Tones
Muted variations
1#1159A2
2#19599A
3#215991
4#295989
5#315981
6#395979
7#415971
8#495969
9#515961
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DE #C0DEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C4 #90C4F9 | BordersInactive statesPlaceholder text |
| 400 | 55A6 #55A6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 258C #258CF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B70 #0B70D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0959 #0959AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0640 #064079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0429 #04294E | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F7FE;
--cobalt-100: #DDEDFD;
--cobalt-200: #C0DEFC;
--cobalt-300: #90C4F9;
--cobalt-400: #55A6F6;
--cobalt-500: #258CF4;
--cobalt-600: #0B70D5;
--cobalt-700: #0959AA;
--cobalt-800: #064079;
--cobalt-900: #04294E;
--cobalt-950: #031A30;
}