Cobalt
#0635AC
BlueColor Codes
All color formats for development
HEX
#0635ACRGB
rgb(6, 53, 172)HSL
hsl(223, 93%, 35%)OKLCH
oklch(0.395 0.194 263.5)CMYK
cmyk(97%, 69%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06309B
2#052B8A
3#042579
4#042067
5#031B56
6#021545
7#021034
8#010B22
9#010511
Tints
Lighter variations
1#073FCC
2#0949EC
3#1F5CF7
4#3F73F8
5#5F8BF9
6#7FA2FA
7#9FB9FC
8#BFD0FD
9#DFE8FE
Tones
Muted variations
1#0F39A4
2#173C9C
3#1F4093
4#27448B
5#304783
6#384B7A
7#404E72
8#49526A
9#515662
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD0 #BFD0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAD #8EADFB | BordersInactive statesPlaceholder text |
| 400 | 5382 #5382F9 | Disabled statesSecondary iconsMuted text |
| 500 | 225E #225EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0843 #0843D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0635 #0635AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0426 #04267B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0318 #03184F | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FE;
--cobalt-100: #DDE6FE;
--cobalt-200: #BFD0FD;
--cobalt-300: #8EADFB;
--cobalt-400: #5382F9;
--cobalt-500: #225EF7;
--cobalt-600: #0843D9;
--cobalt-700: #0635AC;
--cobalt-800: #04267B;
--cobalt-900: #03184F;
--cobalt-950: #020F31;
}