Sky Blue
#8DAEFC
BlueColor Codes
All color formats for development
HEX
#8DAEFCRGB
rgb(141, 174, 252)HSL
hsl(222, 95%, 77%)OKLCH
oklch(0.757 0.119 266.1)CMYK
cmyk(44%, 31%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6693FB
2#4078FA
3#1A5DF9
4#0649E6
5#053DBF
6#043199
7#032573
8#02184D
9#010C26
Tints
Lighter variations
1#98B6FC
2#A4BEFD
3#AFC6FD
4#BACEFD
5#C6D7FE
6#D1DFFE
7#DDE7FE
8#E8EFFE
9#F4F7FF
Tones
Muted variations
1#92B0F6
2#98B3F1
3#9DB5EB
4#A3B7E6
5#A8B9E0
6#AEBBDB
7#B4BED5
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 | BED1 #BED1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DAE #8DAEFC | BordersInactive statesPlaceholder text |
| 400 | 5184 #5184FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F61 #1F61F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0646 #0646DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0437 #0437AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0328 #03287C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0219 #021950 | Primary textHigh emphasis contentDark headings |
| 950 | 0110 #011032 | 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: #BED1FD;
--sky-blue-300: #8DAEFC;
--sky-blue-400: #5184FB;
--sky-blue-500: #1F61F9;
--sky-blue-600: #0646DB;
--sky-blue-700: #0437AE;
--sky-blue-800: #03287C;
--sky-blue-900: #021950;
--sky-blue-950: #011032;
}