Sky Blue
#8D9BFC
BlueColor Codes
All color formats for development
HEX
#8D9BFCRGB
rgb(141, 155, 252)HSL
hsl(232, 95%, 77%)OKLCH
oklch(0.719 0.142 276)CMYK
cmyk(44%, 38%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#667AFB
2#4059FA
3#1A38F9
4#0624E6
5#051EBF
6#041899
7#031273
8#020C4D
9#010626
Tints
Lighter variations
1#98A5FC
2#A4AFFD
3#AFB9FD
4#BAC3FD
5#C6CDFE
6#D1D7FE
7#DDE1FE
8#E8EBFE
9#F4F5FF
Tones
Muted variations
1#92A0F6
2#98A4F1
3#9DA8EB
4#A3ACE6
5#A8B0E0
6#AEB4DB
7#B4B8D5
8#B9BCCF
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 | BEC7 #BEC7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9B #8D9BFC | BordersInactive statesPlaceholder text |
| 400 | 5168 #5168FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F3C #1F3CF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0622 #0622DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 041B #041BAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0313 #03137C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020C #020C50 | Primary textHigh emphasis contentDark headings |
| 950 | 0108 #010832 | 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: #BEC7FD;
--sky-blue-300: #8D9BFC;
--sky-blue-400: #5168FB;
--sky-blue-500: #1F3CF9;
--sky-blue-600: #0622DB;
--sky-blue-700: #041BAE;
--sky-blue-800: #03137C;
--sky-blue-900: #020C50;
--sky-blue-950: #010832;
}