Sky Blue
#8BA4FD
BlueColor Codes
All color formats for development
HEX
#8BA4FDRGB
rgb(139, 164, 253)HSL
hsl(227, 97%, 77%)OKLCH
oklch(0.736 0.132 271)CMYK
cmyk(45%, 35%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6586FD
2#3E67FC
3#1749FB
4#0435E8
5#032CC1
6#02239B
7#021B74
8#01124D
9#010927
Tints
Lighter variations
1#97ADFD
2#A3B6FE
3#AEBFFE
4#BAC8FE
5#C5D2FE
6#D1DBFE
7#DCE4FE
8#E8EDFF
9#F3F6FF
Tones
Muted variations
1#91A7F8
2#97ABF2
3#9DAEEC
4#A2B1E6
5#A8B4E1
6#AEB7DB
7#B3BBD5
8#B9BED0
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECC #BECCFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA4 #8BA4FD | BordersInactive statesPlaceholder text |
| 400 | 4F75 #4F75FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D4D #1D4DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0333 #0333DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0328 #0328B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 021D #021D7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0112 #011250 | Primary textHigh emphasis contentDark headings |
| 950 | 010B #010B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FF;
--sky-blue-100: #DCE3FE;
--sky-blue-200: #BECCFE;
--sky-blue-300: #8BA4FD;
--sky-blue-400: #4F75FC;
--sky-blue-500: #1D4DFC;
--sky-blue-600: #0333DD;
--sky-blue-700: #0328B0;
--sky-blue-800: #021D7E;
--sky-blue-900: #011250;
--sky-blue-950: #010B32;
}