Cobalt
#272CB9
BlueColor Codes
All color formats for development
HEX
#272CB9RGB
rgb(39, 44, 185)HSL
hsl(238, 65%, 44%)OKLCH
oklch(0.406 0.213 270.5)CMYK
cmyk(79%, 76%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2328A7
2#1F2394
3#1B1F82
4#181A6F
5#14165D
6#10124A
7#0C0D38
8#080925
9#040413
Tints
Lighter variations
1#2C32D1
2#4347D7
3#5A5EDC
4#7275E1
5#898CE6
6#A1A3EB
7#B8BAF0
8#D0D1F5
9#E7E8FA
Tones
Muted variations
1#2F33B2
2#363AAB
3#3D41A3
4#44479C
5#4C4E95
6#53558D
7#5A5C86
8#62637F
9#696977
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CA #C8CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA1 #9EA1EA | BordersInactive statesPlaceholder text |
| 400 | 6C70 #6C70E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4247 #4247D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 272C #272CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F23 #1F2393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1619 #161969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E10 #0E1043 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FC;
--cobalt-100: #E2E2F9;
--cobalt-200: #C8CAF3;
--cobalt-300: #9EA1EA;
--cobalt-400: #6C70E0;
--cobalt-500: #4247D7;
--cobalt-600: #272CB9;
--cobalt-700: #1F2393;
--cobalt-800: #161969;
--cobalt-900: #0E1043;
--cobalt-950: #090A2A;
}