Sky Blue
#9398F6
BlueColor Codes
All color formats for development
HEX
#9398F6RGB
rgb(147, 152, 246)HSL
hsl(237, 85%, 77%)OKLCH
oklch(0.715 0.136 280)CMYK
cmyk(40%, 38%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E75F3
2#4A52F0
3#2630ED
4#121CDA
5#0F17B6
6#0C1291
7#090E6D
8#060949
9#030524
Tints
Lighter variations
1#9DA2F7
2#A8ACF8
3#B3B7F9
4#BEC1FA
5#C9CBFB
6#D4D6FB
7#DEE0FC
8#E9EAFD
9#F4F5FE
Tones
Muted variations
1#979CF1
2#9CA0EC
3#A1A5E7
4#A6A9E2
5#ABAEDD
6#B0B2D8
7#B5B7D3
8#BABBCE
9#BFC0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C4 #C2C4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9297 #9297F6 | BordersInactive statesPlaceholder text |
| 400 | 5A61 #5A61F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B34 #2B34EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 111A #111AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D15 #0D15A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0F #0A0F76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060A #060A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0406 #04062F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F1FE;
--sky-blue-100: #DEDFFC;
--sky-blue-200: #C2C4FA;
--sky-blue-300: #9297F6;
--sky-blue-400: #5A61F2;
--sky-blue-500: #2B34EE;
--sky-blue-600: #111AD0;
--sky-blue-700: #0D15A5;
--sky-blue-800: #0A0F76;
--sky-blue-900: #060A4B;
--sky-blue-950: #04062F;
}