Sky Blue
#8CB2FD
BlueColor Codes
All color formats for development
HEX
#8CB2FDRGB
rgb(140, 178, 253)HSL
hsl(220, 97%, 77%)OKLCH
oklch(0.765 0.116 263.3)CMYK
cmyk(45%, 30%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6597FD
2#3E7DFC
3#1763FB
4#0450E8
5#0342C1
6#02359B
7#022874
8#011B4D
9#010D27
Tints
Lighter variations
1#97B9FD
2#A3C1FE
3#AEC9FE
4#BAD0FE
5#C5D8FE
6#D1E0FE
7#DCE8FE
8#E8EFFF
9#F3F7FF
Tones
Muted variations
1#91B3F8
2#97B5F2
3#9DB7EC
4#A2B9E6
5#A8BBE1
6#AEBDDB
7#B3BFD5
8#B9C1D0
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED3 #BED3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB1 #8BB1FD | BordersInactive statesPlaceholder text |
| 400 | 4F89 #4F89FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D67 #1D67FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 034C #034CDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 033C #033CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 022B #022B7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011C #011C50 | Primary textHigh emphasis contentDark headings |
| 950 | 0111 #011132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FF;
--sky-blue-100: #DCE7FE;
--sky-blue-200: #BED3FE;
--sky-blue-300: #8BB1FD;
--sky-blue-400: #4F89FC;
--sky-blue-500: #1D67FC;
--sky-blue-600: #034CDD;
--sky-blue-700: #033CB0;
--sky-blue-800: #022B7E;
--sky-blue-900: #011C50;
--sky-blue-950: #011132;
}