Cobalt
#0A25D6
BlueColor Codes
All color formats for development
HEX
#0A25D6RGB
rgb(10, 37, 214)HSL
hsl(232, 91%, 44%)OKLCH
oklch(0.422 0.257 265)CMYK
cmyk(95%, 83%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0922C1
2#081EAB
3#071A96
4#061681
5#05136B
6#040F56
7#030B40
8#02072B
9#010415
Tints
Lighter variations
1#0B2AF2
2#2541F5
3#4058F6
4#5B70F7
5#7788F9
6#92A0FA
7#ADB8FB
8#C8CFFC
9#E4E7FE
Tones
Muted variations
1#142DCC
2#1F34C2
3#293CB8
4#3343AD
5#3D4BA3
6#475299
7#525A8F
8#5C6185
9#66697A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C8 #C0C8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9D #8F9DFA | BordersInactive statesPlaceholder text |
| 400 | 556A #556AF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2440 #2440F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A25 #0A25D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 081E #081EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0615 #06157A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040E #040E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F2FE;
--cobalt-100: #DDE1FD;
--cobalt-200: #C0C8FC;
--cobalt-300: #8F9DFA;
--cobalt-400: #556AF7;
--cobalt-500: #2440F5;
--cobalt-600: #0A25D6;
--cobalt-700: #081EAA;
--cobalt-800: #06157A;
--cobalt-900: #040E4E;
--cobalt-950: #020831;
}