Sky Blue
#9F9FE9
BlueColor Codes
All color formats for development
HEX
#9F9FE9RGB
rgb(159, 159, 233)HSL
hsl(240, 63%, 77%)OKLCH
oklch(0.731 0.106 283.5)CMYK
cmyk(32%, 32%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F7FE2
2#5F5FDB
3#3F3FD4
4#2C2CC0
5#2424A0
6#1D1D80
7#161660
8#0F0F40
9#070720
Tints
Lighter variations
1#A9A9EB
2#B3B3EE
3#BCBCF0
4#C6C6F2
5#CFCFF4
6#D9D9F6
7#E2E2F8
8#ECECFB
9#F5F5FD
Tones
Muted variations
1#A3A3E6
2#A7A7E2
3#AAAADE
4#AEAEDB
5#B2B2D7
6#B6B6D3
7#B9B9CF
8#BDBDCC
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C9 #C9C9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F9F #9F9FE9 | BordersInactive statesPlaceholder text |
| 400 | 6E6E #6E6EDE | Disabled statesSecondary iconsMuted text |
| 500 | 4444 #4444D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A2A #2A2AB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2121 #212191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1818 #181868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0F #0F0F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0909 #09092A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F3FC;
--sky-blue-100: #E2E2F8;
--sky-blue-200: #C9C9F3;
--sky-blue-300: #9F9FE9;
--sky-blue-400: #6E6EDE;
--sky-blue-500: #4444D5;
--sky-blue-600: #2A2AB7;
--sky-blue-700: #212191;
--sky-blue-800: #181868;
--sky-blue-900: #0F0F43;
--sky-blue-950: #09092A;
}