Sky Blue
#8D94FC
BlueColor Codes
All color formats for development
HEX
#8D94FCRGB
rgb(141, 148, 252)HSL
hsl(236, 95%, 77%)OKLCH
oklch(0.706 0.151 278.9)CMYK
cmyk(44%, 41%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6670FB
2#404CFA
3#1A29F9
4#0615E6
5#0511BF
6#040E99
7#030A73
8#02074D
9#010326
Tints
Lighter variations
1#989FFC
2#A4A9FD
3#AFB4FD
4#BABFFD
5#C6CAFE
6#D1D4FE
7#DDDFFE
8#E8EAFE
9#F4F4FF
Tones
Muted variations
1#9299F6
2#989EF1
3#9DA3EB
4#A3A7E6
5#A8ACE0
6#AEB1DB
7#B4B6D5
8#B9BBCF
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDE #DCDEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC3 #BEC3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D94 #8D94FC | BordersInactive statesPlaceholder text |
| 400 | 515C #515CFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F2E #1F2EF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0614 #0614DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0410 #0410AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030B #030B7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0207 #020750 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F1FF;
--sky-blue-100: #DCDEFE;
--sky-blue-200: #BEC3FD;
--sky-blue-300: #8D94FC;
--sky-blue-400: #515CFB;
--sky-blue-500: #1F2EF9;
--sky-blue-600: #0614DB;
--sky-blue-700: #0410AE;
--sky-blue-800: #030B7C;
--sky-blue-900: #020750;
--sky-blue-950: #010532;
}