Sky Blue
#8AA1FF
BlueColor Codes
All color formats for development
HEX
#8AA1FFRGB
rgb(138, 161, 255)HSL
hsl(228, 100%, 77%)OKLCH
oklch(0.731 0.139 272.2)CMYK
cmyk(46%, 37%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6282FF
2#3B62FF
3#1443FF
4#002FEC
5#0027C4
6#001F9D
7#001876
8#00104F
9#000827
Tints
Lighter variations
1#95ABFF
2#A1B4FF
3#ADBDFF
4#B9C7FF
5#C4D0FF
6#D0D9FF
7#DCE3FF
8#E8ECFF
9#F3F6FF
Tones
Muted variations
1#90A5F9
2#95A8F3
3#9BACED
4#A1AFE8
5#A7B3E2
6#ADB6DC
7#B3BAD6
8#B9BDD0
9#BEC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE2 #DBE2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCA #BDCAFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA1 #8AA1FF | BordersInactive statesPlaceholder text |
| 400 | 4D70 #4D70FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A47 #1A47FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 002D #002DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0024 #0024B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 001A #001A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0010 #001052 | Primary textHigh emphasis contentDark headings |
| 950 | 000A #000A33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FF;
--sky-blue-100: #DBE2FF;
--sky-blue-200: #BDCAFF;
--sky-blue-300: #8AA1FF;
--sky-blue-400: #4D70FF;
--sky-blue-500: #1A47FF;
--sky-blue-600: #002DE0;
--sky-blue-700: #0024B3;
--sky-blue-800: #001A80;
--sky-blue-900: #001052;
--sky-blue-950: #000A33;
}