Sky Blue
#8BAEFD
BlueColor Codes
All color formats for development
HEX
#8BAEFDRGB
rgb(139, 174, 253)HSL
hsl(222, 97%, 77%)OKLCH
oklch(0.757 0.121 265.4)CMYK
cmyk(45%, 31%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6592FD
2#3E77FC
3#175CFB
4#0448E8
5#033CC1
6#02309B
7#022474
8#01184D
9#010C27
Tints
Lighter variations
1#97B6FD
2#A3BEFE
3#AEC6FE
4#BACEFE
5#C5D6FE
6#D1DEFE
7#DCE7FE
8#E8EFFF
9#F3F7FF
Tones
Muted variations
1#91B0F8
2#97B2F2
3#9DB4EC
4#A2B7E6
5#A8B9E1
6#AEBBDB
7#B3BED5
8#B9C0D0
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 #BED1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAE #8BAEFD | BordersInactive statesPlaceholder text |
| 400 | 4F83 #4F83FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D60 #1D60FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0345 #0345DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0337 #0337B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0227 #02277E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0119 #011950 | 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: #BED1FE;
--sky-blue-300: #8BAEFD;
--sky-blue-400: #4F83FC;
--sky-blue-500: #1D60FC;
--sky-blue-600: #0345DD;
--sky-blue-700: #0337B0;
--sky-blue-800: #02277E;
--sky-blue-900: #011950;
--sky-blue-950: #011032;
}