Sky Blue
#8C99FD
BlueColor Codes
All color formats for development
HEX
#8C99FDRGB
rgb(140, 153, 253)HSL
hsl(233, 97%, 77%)OKLCH
oklch(0.715 0.146 276.5)CMYK
cmyk(45%, 40%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6576FD
2#3E54FC
3#1732FB
4#041EE8
5#0319C1
6#02149B
7#020F74
8#010A4D
9#010527
Tints
Lighter variations
1#97A3FD
2#A3ADFE
3#AEB7FE
4#BAC2FE
5#C5CCFE
6#D1D6FE
7#DCE0FE
8#E8EBFF
9#F3F5FF
Tones
Muted variations
1#919DF8
2#97A1F2
3#9DA6EC
4#A2AAE6
5#A8AFE1
6#AEB3DB
7#B3B7D5
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 | BEC5 #BEC5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B99 #8B99FD | BordersInactive statesPlaceholder text |
| 400 | 4F63 #4F63FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D37 #1D37FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 031D #031DDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0317 #0317B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0210 #02107E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010A #010A50 | 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: #BEC5FE;
--sky-blue-300: #8B99FD;
--sky-blue-400: #4F63FC;
--sky-blue-500: #1D37FC;
--sky-blue-600: #031DDD;
--sky-blue-700: #0317B0;
--sky-blue-800: #02107E;
--sky-blue-900: #010A50;
--sky-blue-950: #010732;
}