Sky Blue
#8C9BFD
BlueColor Codes
All color formats for development
HEX
#8C9BFDRGB
rgb(140, 155, 253)HSL
hsl(232, 97%, 77%)OKLCH
oklch(0.719 0.143 275.6)CMYK
cmyk(45%, 39%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6579FD
2#3E57FC
3#1736FB
4#0422E8
5#031CC1
6#02179B
7#021174
8#010B4D
9#010627
Tints
Lighter variations
1#97A5FD
2#A3AFFE
3#AEB9FE
4#BAC3FE
5#C5CDFE
6#D1D7FE
7#DCE1FE
8#E8EBFF
9#F3F5FF
Tones
Muted variations
1#919FF8
2#97A3F2
3#9DA7EC
4#A2ABE6
5#A8AFE1
6#AEB4DB
7#B3B8D5
8#B9BCD0
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC6 #BEC6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9B #8B9BFD | BordersInactive statesPlaceholder text |
| 400 | 4F66 #4F66FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D3B #1D3BFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0320 #0320DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 031A #031AB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0212 #02127E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010C #010C50 | Primary textHigh emphasis contentDark headings |
| 950 | 0107 #010732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FF;
--sky-blue-100: #DCE0FE;
--sky-blue-200: #BEC6FE;
--sky-blue-300: #8B9BFD;
--sky-blue-400: #4F66FC;
--sky-blue-500: #1D3BFC;
--sky-blue-600: #0320DD;
--sky-blue-700: #031AB0;
--sky-blue-800: #02127E;
--sky-blue-900: #010C50;
--sky-blue-950: #010732;
}