Cobalt
#0D32D3
BlueColor Codes
All color formats for development
HEX
#0D32D3RGB
rgb(13, 50, 211)HSL
hsl(229, 88%, 44%)OKLCH
oklch(0.435 0.243 264.9)CMYK
cmyk(94%, 76%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C2DBE
2#0B28A9
3#092394
4#081E7F
5#071969
6#051454
7#040F3F
8#030A2A
9#010515
Tints
Lighter variations
1#0F38EE
2#284DF1
3#4363F3
4#5E7AF5
5#7990F6
6#94A6F8
7#AEBCFA
8#C9D3FC
9#E4E9FD
Tones
Muted variations
1#1738C9
2#213EBF
3#2B44B5
4#354BAB
5#3F51A2
6#495798
7#535D8E
8#5C6484
9#666A7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CB #C1CBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A4 #91A4F8 | BordersInactive statesPlaceholder text |
| 400 | 5774 #5774F4 | Disabled statesSecondary iconsMuted text |
| 500 | 274C #274CF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D32 #0D32D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B28 #0B28A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081C #081C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0512 #05124D | Primary textHigh emphasis contentDark headings |
| 950 | 030B #030B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DDE3FD;
--cobalt-200: #C1CBFB;
--cobalt-300: #91A4F8;
--cobalt-400: #5774F4;
--cobalt-500: #274CF1;
--cobalt-600: #0D32D3;
--cobalt-700: #0B28A8;
--cobalt-800: #081C78;
--cobalt-900: #05124D;
--cobalt-950: #030B30;
}