Cobalt
#0C63D4
BlueColor Codes
All color formats for development
HEX
#0C63D4RGB
rgb(12, 99, 212)HSL
hsl(214, 89%, 44%)OKLCH
oklch(0.523 0.19 258.4)CMYK
cmyk(94%, 53%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B59BF
2#0A4FAA
3#094594
4#073B7F
5#06316A
6#052855
7#041E40
8#02142A
9#010A15
Tints
Lighter variations
1#0E6FEF
2#277FF2
3#428FF4
4#5D9FF6
5#78AFF7
6#93BFF9
7#AECFFA
8#C9DFFC
9#E4EFFD
Tones
Muted variations
1#1664CA
2#2066C0
3#2A67B6
4#3468AC
5#3E6AA2
6#486B98
7#526C8E
8#5C6E84
9#666F7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DA #C0DAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BD #90BDF9 | BordersInactive statesPlaceholder text |
| 400 | 569B #569BF5 | Disabled statesSecondary iconsMuted text |
| 500 | 267F #267FF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C63 #0C63D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A4F #0A4FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0738 #073878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0424 #04244D | Primary textHigh emphasis contentDark headings |
| 950 | 0316 #031630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DDEBFD;
--cobalt-200: #C0DAFB;
--cobalt-300: #90BDF9;
--cobalt-400: #569BF5;
--cobalt-500: #267FF2;
--cobalt-600: #0C63D4;
--cobalt-700: #0A4FA9;
--cobalt-800: #073878;
--cobalt-900: #04244D;
--cobalt-950: #031630;
}