Sky Blue
#9FA1EA
BlueColor Codes
All color formats for development
HEX
#9FA1EARGB
rgb(159, 161, 234)HSL
hsl(238, 64%, 77%)OKLCH
oklch(0.735 0.105 282.3)CMYK
cmyk(32%, 31%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F82E3
2#5E63DC
3#3E43D5
4#2A2FC1
5#2328A1
6#1C2081
7#151861
8#0E1040
9#070820
Tints
Lighter variations
1#A8ABEC
2#B2B4EE
3#BCBDF0
4#C5C7F2
5#CFD0F4
6#D9DAF7
7#E2E3F9
8#ECECFB
9#F5F6FD
Tones
Muted variations
1#A3A5E6
2#A6A8E2
3#AAACDF
4#AEAFDB
5#B2B3D7
6#B5B6D3
7#B9BAD0
8#BDBDCC
9#C1C1C8
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 | C9CA #C9CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA1 #9FA1EA | BordersInactive statesPlaceholder text |
| 400 | 6D70 #6D70DF | Disabled statesSecondary iconsMuted text |
| 500 | 4348 #4348D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 282D #282DB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2024 #202492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 171A #171A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F10 #0F1043 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FC;
--sky-blue-100: #E2E2F9;
--sky-blue-200: #C9CAF3;
--sky-blue-300: #9FA1EA;
--sky-blue-400: #6D70DF;
--sky-blue-500: #4348D6;
--sky-blue-600: #282DB8;
--sky-blue-700: #202492;
--sky-blue-800: #171A69;
--sky-blue-900: #0F1043;
--sky-blue-950: #090A2A;
}