Sky Blue
#8AB9FF
BlueColor Codes
All color formats for development
HEX
#8AB9FFRGB
rgb(138, 185, 255)HSL
hsl(216, 100%, 77%)OKLCH
oklch(0.78 0.113 258.1)CMYK
cmyk(46%, 27%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62A1FF
2#3B89FF
3#1472FF
4#005EEC
5#004FC4
6#003F9D
7#002F76
8#001F4F
9#001027
Tints
Lighter variations
1#95C0FF
2#A1C7FF
3#ADCEFF
4#B9D5FF
5#C4DCFF
6#D0E3FF
7#DCEAFF
8#E8F1FF
9#F3F8FF
Tones
Muted variations
1#90BAF9
2#95BBF3
3#9BBCED
4#A1BDE8
5#A7BEE2
6#ADC0DC
7#B3C1D6
8#B9C2D0
9#BEC3CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEA #DBEAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD7 #BDD7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB9 #8AB9FF | BordersInactive statesPlaceholder text |
| 400 | 4D94 #4D94FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A75 #1A75FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 005A #005AE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0047 #0047B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0033 #003380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0021 #002152 | Primary textHigh emphasis contentDark headings |
| 950 | 0014 #001433 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F6FF;
--sky-blue-100: #DBEAFF;
--sky-blue-200: #BDD7FF;
--sky-blue-300: #8AB9FF;
--sky-blue-400: #4D94FF;
--sky-blue-500: #1A75FF;
--sky-blue-600: #005AE0;
--sky-blue-700: #0047B3;
--sky-blue-800: #003380;
--sky-blue-900: #002152;
--sky-blue-950: #001433;
}