Sky Blue
#8BA2FD
BlueColor Codes
All color formats for development
HEX
#8BA2FDRGB
rgb(139, 162, 253)HSL
hsl(228, 97%, 77%)OKLCH
oklch(0.732 0.135 272)CMYK
cmyk(45%, 36%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6583FD
2#3E64FC
3#1745FB
4#0431E8
5#0329C1
6#02219B
7#021974
8#01104D
9#010827
Tints
Lighter variations
1#97ABFD
2#A3B5FE
3#AEBEFE
4#BAC7FE
5#C5D1FE
6#D1DAFE
7#DCE3FE
8#E8ECFF
9#F3F6FF
Tones
Muted variations
1#91A6F8
2#97A9F2
3#9DACEC
4#A2B0E6
5#A8B3E1
6#AEB7DB
7#B3BAD5
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 | BECB #BECBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA2 #8BA2FD | BordersInactive statesPlaceholder text |
| 400 | 4F72 #4F72FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D49 #1D49FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 032F #032FDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0325 #0325B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 021B #021B7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0111 #011150 | 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: #BECBFE;
--sky-blue-300: #8BA2FD;
--sky-blue-400: #4F72FC;
--sky-blue-500: #1D49FC;
--sky-blue-600: #032FDD;
--sky-blue-700: #0325B0;
--sky-blue-800: #021B7E;
--sky-blue-900: #011150;
--sky-blue-950: #010B32;
}