Cobalt
#0038E0
BlueColor Codes
All color formats for development
HEX
#0038E0RGB
rgb(0, 56, 224)HSL
hsl(225, 100%, 44%)OKLCH
oklch(0.456 0.253 263.8)CMYK
cmyk(100%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0032CA
2#002DB4
3#00279D
4#002287
5#001C70
6#00165A
7#001143
8#000B2D
9#000616
Tints
Lighter variations
1#003FFD
2#1B54FF
3#3769FF
4#547EFF
5#7094FF
6#8DA9FF
7#A9BFFF
8#C6D4FF
9#E2EAFF
Tones
Muted variations
1#0B3ED5
2#1643CA
3#2249BF
4#2D4FB4
5#3854A8
6#435A9D
7#4F5F92
8#5A6587
9#656B7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE4 #DBE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCD #BDCDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA7 #8AA7FF | BordersInactive statesPlaceholder text |
| 400 | 4D79 #4D79FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A53 #1A53FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0038 #0038E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 002D #002DB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0020 #002080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0014 #001452 | Primary textHigh emphasis contentDark headings |
| 950 | 000D #000D33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FF;
--cobalt-100: #DBE4FF;
--cobalt-200: #BDCDFF;
--cobalt-300: #8AA7FF;
--cobalt-400: #4D79FF;
--cobalt-500: #1A53FF;
--cobalt-600: #0038E0;
--cobalt-700: #002DB3;
--cobalt-800: #002080;
--cobalt-900: #001452;
--cobalt-950: #000D33;
}