Sky Blue
#8E9DFA
BlueColor Codes
All color formats for development
HEX
#8E9DFARGB
rgb(142, 157, 250)HSL
hsl(232, 92%, 77%)OKLCH
oklch(0.723 0.136 275.5)CMYK
cmyk(43%, 37%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#697CF9
2#435BF7
3#1D3AF6
4#0926E2
5#0820BC
6#061A97
7#051371
8#030D4B
9#020626
Tints
Lighter variations
1#9AA7FB
2#A5B0FB
3#B0BAFC
4#BBC4FC
5#C7CEFD
6#D2D8FD
7#DDE2FE
8#E8EBFE
9#F4F5FF
Tones
Muted variations
1#94A1F5
2#99A5F0
3#9FA9EA
4#A4ADE5
5#A9B1DF
6#AFB5DA
7#B4B8D5
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 | DDE1 #DDE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC7 #BFC7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9D #8E9DFA | BordersInactive statesPlaceholder text |
| 400 | 546A #546AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 233F #233FF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0925 #0925D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 071D #071DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0515 #05157A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030D #030D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FE;
--sky-blue-100: #DDE1FE;
--sky-blue-200: #BFC7FC;
--sky-blue-300: #8E9DFA;
--sky-blue-400: #546AF8;
--sky-blue-500: #233FF6;
--sky-blue-600: #0925D7;
--sky-blue-700: #071DAB;
--sky-blue-800: #05157A;
--sky-blue-900: #030D4E;
--sky-blue-950: #020831;
}