Sky Blue
#8D9FFC
BlueColor Codes
All color formats for development
HEX
#8D9FFCRGB
rgb(141, 159, 252)HSL
hsl(230, 95%, 77%)OKLCH
oklch(0.727 0.137 274.2)CMYK
cmyk(44%, 37%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#667FFB
2#405FFA
3#1A3FF9
4#062BE6
5#0524BF
6#041D99
7#031673
8#020E4D
9#010726
Tints
Lighter variations
1#98A9FC
2#A4B2FD
3#AFBCFD
4#BAC6FD
5#C6CFFE
6#D1D9FE
7#DDE2FE
8#E8ECFE
9#F4F5FF
Tones
Muted variations
1#92A3F6
2#98A7F1
3#9DAAEB
4#A3AEE6
5#A8B2E0
6#AEB5DB
7#B4B9D5
8#B9BDCF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE2 #DCE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC9 #BEC9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9F #8D9FFC | BordersInactive statesPlaceholder text |
| 400 | 516D #516DFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F44 #1F44F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0629 #0629DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0421 #0421AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0317 #03177C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020F #020F50 | 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: #F0F3FF;
--sky-blue-100: #DCE2FE;
--sky-blue-200: #BEC9FD;
--sky-blue-300: #8D9FFC;
--sky-blue-400: #516DFB;
--sky-blue-500: #1F44F9;
--sky-blue-600: #0629DB;
--sky-blue-700: #0421AE;
--sky-blue-800: #03177C;
--sky-blue-900: #020F50;
--sky-blue-950: #010932;
}