Sky Blue
#8AB5FF
BlueColor Codes
All color formats for development
HEX
#8AB5FFRGB
rgb(138, 181, 255)HSL
hsl(218, 100%, 77%)OKLCH
oklch(0.771 0.116 260.9)CMYK
cmyk(46%, 29%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#629CFF
2#3B83FF
3#146AFF
4#0056EC
5#0048C4
6#003A9D
7#002B76
8#001D4F
9#000E27
Tints
Lighter variations
1#95BCFF
2#A1C4FF
3#ADCBFF
4#B9D2FF
5#C4DAFF
6#D0E1FF
7#DCE9FF
8#E8F0FF
9#F3F8FF
Tones
Muted variations
1#90B6F9
2#95B8F3
3#9BB9ED
4#A1BBE8
5#A7BDE2
6#ADBEDC
7#B3C0D6
8#B9C1D0
9#BEC3CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE8 #DBE8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD5 #BDD5FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB5 #8AB5FF | BordersInactive statesPlaceholder text |
| 400 | 4D8E #4D8EFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A6E #1A6EFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0052 #0052E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0041 #0041B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 002F #002F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 001E #001E52 | Primary textHigh emphasis contentDark headings |
| 950 | 0013 #001333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FF;
--sky-blue-100: #DBE8FF;
--sky-blue-200: #BDD5FF;
--sky-blue-300: #8AB5FF;
--sky-blue-400: #4D8EFF;
--sky-blue-500: #1A6EFF;
--sky-blue-600: #0052E0;
--sky-blue-700: #0041B3;
--sky-blue-800: #002F80;
--sky-blue-900: #001E52;
--sky-blue-950: #001333;
}