Cobalt
#1F48C1
BlueColor Codes
All color formats for development
HEX
#1F48C1RGB
rgb(31, 72, 193)HSL
hsl(225, 72%, 44%)OKLCH
oklch(0.457 0.195 264.9)CMYK
cmyk(84%, 63%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C41AE
2#19399A
3#163287
4#132B74
5#102460
6#0D1D4D
7#09163A
8#060E27
9#030713
Tints
Lighter variations
1#2351DA
2#3B64DF
3#5377E3
4#6C8AE7
5#849EEB
6#9DB1EF
7#B5C5F3
8#CED8F7
9#E6ECFB
Tones
Muted variations
1#274CB9
2#3050B1
3#3854A9
4#4058A1
5#485C99
6#506091
7#586488
8#606880
9#686C78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E7 #E0E7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D2 #C6D2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAF #9AAFEF | BordersInactive statesPlaceholder text |
| 400 | 6586 #6586E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A63 #3A63DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F48 #1F48C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1939 #19399A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1229 #12296E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B1A #0B1A46 | Primary textHigh emphasis contentDark headings |
| 950 | 0710 #07102C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F5FD;
--cobalt-100: #E0E7FA;
--cobalt-200: #C6D2F6;
--cobalt-300: #9AAFEF;
--cobalt-400: #6586E6;
--cobalt-500: #3A63DF;
--cobalt-600: #1F48C1;
--cobalt-700: #19399A;
--cobalt-800: #12296E;
--cobalt-900: #0B1A46;
--cobalt-950: #07102C;
}