Sky Blue
#8D9EFB
BlueColor Codes
All color formats for development
HEX
#8D9EFBRGB
rgb(141, 158, 251)HSL
hsl(231, 93%, 77%)OKLCH
oklch(0.725 0.136 274.6)CMYK
cmyk(44%, 37%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#687EFA
2#425DF8
3#1C3DF7
4#0829E3
5#0722BD
6#051B98
7#041572
8#030E4C
9#010726
Tints
Lighter variations
1#99A8FB
2#A4B2FC
3#B0BBFC
4#BBC5FD
5#C6CFFD
6#D2D8FD
7#DDE2FE
8#E8ECFE
9#F4F5FF
Tones
Muted variations
1#93A2F5
2#99A6F0
3#9EAAEB
4#A4ADE5
5#A9B1E0
6#AFB5DA
7#B4B9D5
8#B9BDCF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC8 #BFC8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9E #8E9EFB | BordersInactive statesPlaceholder text |
| 400 | 536C #536CF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2242 #2242F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0827 #0827D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061F #061FAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0416 #04167B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030E #030E4F | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FE;
--sky-blue-100: #DDE2FE;
--sky-blue-200: #BFC8FD;
--sky-blue-300: #8E9EFB;
--sky-blue-400: #536CF9;
--sky-blue-500: #2242F7;
--sky-blue-600: #0827D9;
--sky-blue-700: #061FAC;
--sky-blue-800: #04167B;
--sky-blue-900: #030E4F;
--sky-blue-950: #020931;
}