Sky Blue
#8A99FF
BlueColor Codes
All color formats for development
HEX
#8A99FFRGB
rgb(138, 153, 255)HSL
hsl(232, 100%, 77%)OKLCH
oklch(0.715 0.149 275.6)CMYK
cmyk(46%, 40%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6277FF
2#3B55FF
3#1433FF
4#001FEC
5#001AC4
6#00159D
7#001076
8#000A4F
9#000527
Tints
Lighter variations
1#95A4FF
2#A1AEFF
3#ADB8FF
4#B9C2FF
5#C4CCFF
6#D0D6FF
7#DCE1FF
8#E8EBFF
9#F3F5FF
Tones
Muted variations
1#909EF9
2#95A2F3
3#9BA6ED
4#A1ABE8
5#A7AFE2
6#ADB3DC
7#B3B7D6
8#B9BCD0
9#BEC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE0 #DBE0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC6 #BDC6FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A99 #8A99FF | BordersInactive statesPlaceholder text |
| 400 | 4D64 #4D64FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A38 #1A38FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 001E #001EE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0018 #0018B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0011 #001180 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000B #000B52 | Primary textHigh emphasis contentDark headings |
| 950 | 0007 #000733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FF;
--sky-blue-100: #DBE0FF;
--sky-blue-200: #BDC6FF;
--sky-blue-300: #8A99FF;
--sky-blue-400: #4D64FF;
--sky-blue-500: #1A38FF;
--sky-blue-600: #001EE0;
--sky-blue-700: #0018B3;
--sky-blue-800: #001180;
--sky-blue-900: #000B52;
--sky-blue-950: #000733;
}