Sky Blue
#8DAAFC
BlueColor Codes
All color formats for development
HEX
#8DAAFCRGB
rgb(141, 170, 252)HSL
hsl(224, 95%, 77%)OKLCH
oklch(0.749 0.123 268.5)CMYK
cmyk(44%, 33%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#668EFB
2#4072FA
3#1A55F9
4#0642E6
5#0537BF
6#042C99
7#032173
8#02164D
9#010B26
Tints
Lighter variations
1#98B3FC
2#A4BBFD
3#AFC4FD
4#BACCFD
5#C6D5FE
6#D1DDFE
7#DDE6FE
8#E8EEFE
9#F4F7FF
Tones
Muted variations
1#92ADF6
2#98B0F1
3#9DB2EB
4#A3B5E6
5#A8B7E0
6#AEBADB
7#B4BDD5
8#B9BFCF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE5 #DCE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECF #BECFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DAA #8DAAFC | BordersInactive statesPlaceholder text |
| 400 | 517E #517EFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F59 #1F59F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 063E #063EDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0432 #0432AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0323 #03237C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0217 #021750 | Primary textHigh emphasis contentDark headings |
| 950 | 010E #010E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FF;
--sky-blue-100: #DCE5FE;
--sky-blue-200: #BECFFD;
--sky-blue-300: #8DAAFC;
--sky-blue-400: #517EFB;
--sky-blue-500: #1F59F9;
--sky-blue-600: #063EDB;
--sky-blue-700: #0432AE;
--sky-blue-800: #03237C;
--sky-blue-900: #021750;
--sky-blue-950: #010E32;
}