Sky Blue
#8DACFC
BlueColor Codes
All color formats for development
HEX
#8DACFCRGB
rgb(141, 172, 252)HSL
hsl(223, 95%, 77%)OKLCH
oklch(0.753 0.121 267.3)CMYK
cmyk(44%, 32%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6690FB
2#4075FA
3#1A59F9
4#0645E6
5#053ABF
6#042E99
7#032373
8#02174D
9#010C26
Tints
Lighter variations
1#98B4FC
2#A4BDFD
3#AFC5FD
4#BACDFD
5#C6D6FE
6#D1DEFE
7#DDE6FE
8#E8EEFE
9#F4F7FF
Tones
Muted variations
1#92AFF6
2#98B1F1
3#9DB3EB
4#A3B6E6
5#A8B8E0
6#AEBBDB
7#B4BDD5
8#B9C0CF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED0 #BED0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DAC #8DACFC | BordersInactive statesPlaceholder text |
| 400 | 5181 #5181FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F5D #1F5DF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0642 #0642DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0435 #0435AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0326 #03267C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0218 #021850 | Primary textHigh emphasis contentDark headings |
| 950 | 010F #010F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FF;
--sky-blue-100: #DCE6FE;
--sky-blue-200: #BED0FD;
--sky-blue-300: #8DACFC;
--sky-blue-400: #5181FB;
--sky-blue-500: #1F5DF9;
--sky-blue-600: #0642DB;
--sky-blue-700: #0435AE;
--sky-blue-800: #03267C;
--sky-blue-900: #021850;
--sky-blue-950: #010F32;
}