Cobalt
#141F9F
BlueColor Codes
All color formats for development
HEX
#141F9FRGB
rgb(20, 31, 159)HSL
hsl(235, 78%, 35%)OKLCH
oklch(0.35 0.198 267.5)CMYK
cmyk(87%, 81%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121C8F
2#10197F
3#0E166F
4#0C135F
5#0A104F
6#080C40
7#060930
8#040620
9#020310
Tints
Lighter variations
1#1725BC
2#1B2BDA
3#3040E5
4#4E5BE9
5#6B76ED
6#8992F0
7#A6ADF4
8#C4C8F8
9#E1E4FB
Tones
Muted variations
1#1B2598
2#222B91
3#29318A
4#2F3683
5#363C7C
6#3D4275
7#44486E
8#4B4E67
9#525360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C8 #C4C8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979E #979EF2 | BordersInactive statesPlaceholder text |
| 400 | 606C #606CEB | Disabled statesSecondary iconsMuted text |
| 500 | 3342 #3342E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1927 #1927C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141F #141F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E16 #0E1671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090E #090E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0609 #06092D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FD;
--cobalt-100: #DFE2FB;
--cobalt-200: #C4C8F8;
--cobalt-300: #979EF2;
--cobalt-400: #606CEB;
--cobalt-500: #3342E6;
--cobalt-600: #1927C8;
--cobalt-700: #141F9F;
--cobalt-800: #0E1671;
--cobalt-900: #090E49;
--cobalt-950: #06092D;
}