Sky Blue
#8D9AFC
BlueColor Codes
All color formats for development
HEX
#8D9AFCRGB
rgb(141, 154, 252)HSL
hsl(233, 95%, 77%)OKLCH
oklch(0.718 0.143 276.4)CMYK
cmyk(44%, 39%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6678FB
2#4056FA
3#1A34F9
4#0620E6
5#051BBF
6#041599
7#031073
8#020B4D
9#010526
Tints
Lighter variations
1#98A4FC
2#A4AEFD
3#AFB8FD
4#BAC2FD
5#C6CCFE
6#D1D6FE
7#DDE1FE
8#E8EBFE
9#F4F5FF
Tones
Muted variations
1#929EF6
2#98A2F1
3#9DA6EB
4#A3ABE6
5#A8AFE0
6#AEB3DB
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 | DCE0 #DCE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC6 #BEC6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9A #8D9AFC | BordersInactive statesPlaceholder text |
| 400 | 5165 #5165FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F39 #1F39F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 061E #061EDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0418 #0418AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0311 #03117C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020B #020B50 | Primary textHigh emphasis contentDark headings |
| 950 | 0107 #010732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FF;
--sky-blue-100: #DCE0FE;
--sky-blue-200: #BEC6FD;
--sky-blue-300: #8D9AFC;
--sky-blue-400: #5165FB;
--sky-blue-500: #1F39F9;
--sky-blue-600: #061EDB;
--sky-blue-700: #0418AE;
--sky-blue-800: #03117C;
--sky-blue-900: #020B50;
--sky-blue-950: #010732;
}