Sky Blue
#9FA1E9
BlueColor Codes
All color formats for development
HEX
#9FA1E9RGB
rgb(159, 161, 233)HSL
hsl(238, 63%, 77%)OKLCH
oklch(0.735 0.104 282.3)CMYK
cmyk(32%, 31%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F83E2
2#5F64DB
3#3F44D4
4#2C31C0
5#2428A0
6#1D2080
7#161860
8#0F1040
9#070820
Tints
Lighter variations
1#A9ABEB
2#B3B4EE
3#BCBEF0
4#C6C7F2
5#CFD0F4
6#D9DAF6
7#E2E3F8
8#ECECFB
9#F5F6FD
Tones
Muted variations
1#A3A5E6
2#A7A9E2
3#AAACDE
4#AEB0DB
5#B2B3D7
6#B6B7D3
7#B9BACF
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 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CA #C9CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA2 #9FA2E9 | BordersInactive statesPlaceholder text |
| 400 | 6E71 #6E71DE | Disabled statesSecondary iconsMuted text |
| 500 | 4449 #4449D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A2E #2A2EB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2125 #212591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 181A #181A68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F11 #0F1143 | Primary textHigh emphasis contentDark headings |
| 950 | 090B #090B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F3FC;
--sky-blue-100: #E2E3F8;
--sky-blue-200: #C9CAF3;
--sky-blue-300: #9FA2E9;
--sky-blue-400: #6E71DE;
--sky-blue-500: #4449D5;
--sky-blue-600: #2A2EB7;
--sky-blue-700: #212591;
--sky-blue-800: #181A68;
--sky-blue-900: #0F1143;
--sky-blue-950: #090B2A;
}