Sky Blue
#8A8AFF
BlueColor Codes
All color formats for development
HEX
#8A8AFFRGB
rgb(138, 138, 255)HSL
hsl(240, 100%, 77%)OKLCH
oklch(0.687 0.169 281)CMYK
cmyk(46%, 46%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6262FF
2#3B3BFF
3#1414FF
4#0000EC
5#0000C4
6#00009D
7#000076
8#00004F
9#000027
Tints
Lighter variations
1#9595FF
2#A1A1FF
3#ADADFF
4#B9B9FF
5#C4C4FF
6#D0D0FF
7#DCDCFF
8#E8E8FF
9#F3F3FF
Tones
Muted variations
1#9090F9
2#9595F3
3#9B9BED
4#A1A1E8
5#A7A7E2
6#ADADDC
7#B3B3D6
8#B9B9D0
9#BEBECA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDB #DBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDBD #BDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A8A #8A8AFF | BordersInactive statesPlaceholder text |
| 400 | 4D4D #4D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A1A #1A1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0000 #0000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0000 #0000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0000 #000080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0000 #000052 | Primary textHigh emphasis contentDark headings |
| 950 | 0000 #000033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F0FF;
--sky-blue-100: #DBDBFF;
--sky-blue-200: #BDBDFF;
--sky-blue-300: #8A8AFF;
--sky-blue-400: #4D4DFF;
--sky-blue-500: #1A1AFF;
--sky-blue-600: #0000E0;
--sky-blue-700: #0000B3;
--sky-blue-800: #000080;
--sky-blue-900: #000052;
--sky-blue-950: #000033;
}