Cobalt
#0A59A9
BlueColor Codes
All color formats for development
HEX
#0A59A9RGB
rgb(10, 89, 169)HSL
hsl(210, 89%, 35%)OKLCH
oklch(0.468 0.146 254.6)CMYK
cmyk(94%, 47%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#095098
2#084787
3#073E76
4#063665
5#052D54
6#042443
7#031B33
8#021222
9#010911
Tints
Lighter variations
1#0C6AC8
2#0D7AE7
3#248BF2
4#439CF4
5#62ACF6
6#82BDF8
7#A1CDFA
8#C0DEFB
9#E0EEFD
Tones
Muted variations
1#1259A1
2#1A5999
3#225991
4#2A5989
5#325981
6#395979
7#415971
8#495969
9#515961
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DE #C0DEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C4 #90C4F9 | BordersInactive statesPlaceholder text |
| 400 | 56A6 #56A6F5 | Disabled statesSecondary iconsMuted text |
| 500 | 268C #268CF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C70 #0C70D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A59 #0A59A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0740 #074078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0429 #04294D | 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: #F1F7FE;
--cobalt-100: #DDEDFD;
--cobalt-200: #C0DEFB;
--cobalt-300: #90C4F9;
--cobalt-400: #56A6F5;
--cobalt-500: #268CF2;
--cobalt-600: #0C70D4;
--cobalt-700: #0A59A9;
--cobalt-800: #074078;
--cobalt-900: #04294D;
--cobalt-950: #031A30;
}