Sky Blue
#8AB3FF
BlueColor Codes
All color formats for development
HEX
#8AB3FFRGB
rgb(138, 179, 255)HSL
hsl(219, 100%, 77%)OKLCH
oklch(0.767 0.118 262.2)CMYK
cmyk(46%, 30%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6299FF
2#3B80FF
3#1466FF
4#0052EC
5#0045C4
6#00379D
7#002976
8#001B4F
9#000E27
Tints
Lighter variations
1#95BAFF
2#A1C2FF
3#ADCAFF
4#B9D1FF
5#C4D9FF
6#D0E1FF
7#DCE8FF
8#E8F0FF
9#F3F7FF
Tones
Muted variations
1#90B5F9
2#95B6F3
3#9BB8ED
4#A1BAE8
5#A7BCE2
6#ADBDDC
7#B3BFD6
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 | BDD4 #BDD4FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB3 #8AB3FF | BordersInactive statesPlaceholder text |
| 400 | 4D8B #4D8BFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A6A #1A6AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 004F #004FE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 003E #003EB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 002D #002D80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 001D #001D52 | Primary textHigh emphasis contentDark headings |
| 950 | 0012 #001233 | 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: #BDD4FF;
--sky-blue-300: #8AB3FF;
--sky-blue-400: #4D8BFF;
--sky-blue-500: #1A6AFF;
--sky-blue-600: #004FE0;
--sky-blue-700: #003EB3;
--sky-blue-800: #002D80;
--sky-blue-900: #001D52;
--sky-blue-950: #001233;
}