Sky Blue
#8ABBFF
BlueColor Codes
All color formats for development
HEX
#8ABBFFRGB
rgb(138, 187, 255)HSL
hsl(215, 100%, 77%)OKLCH
oklch(0.784 0.111 256.7)CMYK
cmyk(46%, 27%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62A4FF
2#3B8DFF
3#1476FF
4#0062EC
5#0052C4
6#00419D
7#003176
8#00214F
9#001027
Tints
Lighter variations
1#95C1FF
2#A1C8FF
3#ADCFFF
4#B9D6FF
5#C4DDFF
6#D0E4FF
7#DCEAFF
8#E8F1FF
9#F3F8FF
Tones
Muted variations
1#90BCF9
2#95BDF3
3#9BBEED
4#A1BEE8
5#A7BFE2
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 | BDD8 #BDD8FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ABB #8ABBFF | BordersInactive statesPlaceholder text |
| 400 | 4D97 #4D97FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A79 #1A79FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 005D #005DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 004A #004AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0035 #003580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0022 #002252 | Primary textHigh emphasis contentDark headings |
| 950 | 0015 #001533 | 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: #BDD8FF;
--sky-blue-300: #8ABBFF;
--sky-blue-400: #4D97FF;
--sky-blue-500: #1A79FF;
--sky-blue-600: #005DE0;
--sky-blue-700: #004AB3;
--sky-blue-800: #003580;
--sky-blue-900: #002252;
--sky-blue-950: #001533;
}