Sky Blue
#8D9DFC
BlueColor Codes
All color formats for development
HEX
#8D9DFCRGB
rgb(141, 157, 252)HSL
hsl(231, 95%, 77%)OKLCH
oklch(0.723 0.139 275.1)CMYK
cmyk(44%, 38%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#667DFB
2#405CFA
3#1A3BF9
4#0627E6
5#0521BF
6#041A99
7#031473
8#020D4D
9#010726
Tints
Lighter variations
1#98A7FC
2#A4B1FD
3#AFBBFD
4#BAC4FD
5#C6CEFE
6#D1D8FE
7#DDE2FE
8#E8EBFE
9#F4F5FF
Tones
Muted variations
1#92A1F6
2#98A5F1
3#9DA9EB
4#A3ADE6
5#A8B1E0
6#AEB5DB
7#B4B9D5
8#B9BDCF
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC8 #BEC8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9D #8D9DFC | BordersInactive statesPlaceholder text |
| 400 | 516A #516AFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F40 #1F40F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0626 #0626DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 041E #041EAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0315 #03157C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020E #020E50 | Primary textHigh emphasis contentDark headings |
| 950 | 0109 #010932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FF;
--sky-blue-100: #DCE1FE;
--sky-blue-200: #BEC8FD;
--sky-blue-300: #8D9DFC;
--sky-blue-400: #516AFB;
--sky-blue-500: #1F40F9;
--sky-blue-600: #0626DB;
--sky-blue-700: #041EAE;
--sky-blue-800: #03157C;
--sky-blue-900: #020E50;
--sky-blue-950: #010932;
}