Sky Blue
#8CACFD
BlueColor Codes
All color formats for development
HEX
#8CACFDRGB
rgb(140, 172, 253)HSL
hsl(223, 97%, 77%)OKLCH
oklch(0.753 0.123 267)CMYK
cmyk(45%, 32%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6590FD
2#3E74FC
3#1758FB
4#0444E8
5#0339C1
6#022E9B
7#022274
8#01174D
9#010B27
Tints
Lighter variations
1#97B4FD
2#A3BCFE
3#AEC5FE
4#BACDFE
5#C5D5FE
6#D1DEFE
7#DCE6FE
8#E8EEFF
9#F3F7FF
Tones
Muted variations
1#91AEF8
2#97B1F2
3#9DB3EC
4#A2B6E6
5#A8B8E1
6#AEBADB
7#B3BDD5
8#B9BFD0
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 | BED0 #BED0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAC #8BACFD | BordersInactive statesPlaceholder text |
| 400 | 4F80 #4F80FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D5C #1D5CFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0341 #0341DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0334 #0334B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0225 #02257E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0118 #011850 | Primary textHigh emphasis contentDark headings |
| 950 | 010F #010F32 | 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: #BED0FE;
--sky-blue-300: #8BACFD;
--sky-blue-400: #4F80FC;
--sky-blue-500: #1D5CFC;
--sky-blue-600: #0341DD;
--sky-blue-700: #0334B0;
--sky-blue-800: #02257E;
--sky-blue-900: #011850;
--sky-blue-950: #010F32;
}