Cobalt
#063EDB
BlueColor Codes
All color formats for development
HEX
#063EDBRGB
rgb(6, 62, 219)HSL
hsl(224, 95%, 44%)OKLCH
oklch(0.46 0.241 263.8)CMYK
cmyk(97%, 72%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0538C5
2#0432AF
3#042C99
4#032583
5#031F6D
6#021958
7#021342
8#010C2C
9#010616
Tints
Lighter variations
1#0646F7
2#205AF9
3#3C6FFA
4#5883FB
5#7498FB
6#90ADFC
7#ABC1FD
8#C7D6FE
9#E3EAFE
Tones
Muted variations
1#1043D0
2#1B48C5
3#264DBB
4#3052B0
5#3B57A5
6#465C9B
7#506190
8#5B6686
9#666B7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE5 #DCE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECF #BECFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DAA #8DAAFC | BordersInactive statesPlaceholder text |
| 400 | 517E #517EFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F59 #1F59F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 063E #063EDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0432 #0432AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0323 #03237C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0217 #021750 | Primary textHigh emphasis contentDark headings |
| 950 | 010E #010E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FF;
--cobalt-100: #DCE5FE;
--cobalt-200: #BECFFD;
--cobalt-300: #8DAAFC;
--cobalt-400: #517EFB;
--cobalt-500: #1F59F9;
--cobalt-600: #063EDB;
--cobalt-700: #0432AE;
--cobalt-800: #03237C;
--cobalt-900: #021750;
--cobalt-950: #010E32;
}