Sky Blue
#8F9AFA
BlueColor Codes
All color formats for development
HEX
#8F9AFARGB
rgb(143, 154, 250)HSL
hsl(234, 91%, 77%)OKLCH
oklch(0.718 0.14 277.3)CMYK
cmyk(43%, 38%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6978F8
2#4456F6
3#1E34F4
4#0B20E1
5#091BBC
6#071596
7#051071
8#040B4B
9#020526
Tints
Lighter variations
1#9AA4FA
2#A5AEFB
3#B1B8FB
4#BCC2FC
5#C7CCFC
6#D2D6FD
7#DDE1FD
8#E9EBFE
9#F4F5FE
Tones
Muted variations
1#949EF4
2#9AA2EF
3#9FA6EA
4#A4ABE4
5#AAAFDF
6#AFB3DA
7#B4B8D4
8#BABCCF
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C6 #C0C6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9A #8F9AFA | BordersInactive statesPlaceholder text |
| 400 | 5565 #5565F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2439 #2439F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A1F #0A1FD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0818 #0818AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0611 #06117A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040B #040B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FE;
--sky-blue-100: #DDE0FD;
--sky-blue-200: #C0C6FC;
--sky-blue-300: #8F9AFA;
--sky-blue-400: #5565F7;
--sky-blue-500: #2439F5;
--sky-blue-600: #0A1FD6;
--sky-blue-700: #0818AA;
--sky-blue-800: #06117A;
--sky-blue-900: #040B4E;
--sky-blue-950: #020731;
}