Sky Blue
#8AABFF
BlueColor Codes
All color formats for development
HEX
#8AABFFRGB
rgb(138, 171, 255)HSL
hsl(223, 100%, 77%)OKLCH
oklch(0.751 0.127 267)CMYK
cmyk(46%, 33%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#628FFF
2#3B73FF
3#1457FF
4#0043EC
5#0038C4
6#002D9D
7#002176
8#00164F
9#000B27
Tints
Lighter variations
1#95B3FF
2#A1BCFF
3#ADC4FF
4#B9CDFF
5#C4D5FF
6#D0DDFF
7#DCE6FF
8#E8EEFF
9#F3F7FF
Tones
Muted variations
1#90ADF9
2#95B0F3
3#9BB3ED
4#A1B5E8
5#A7B8E2
6#ADBADC
7#B3BDD6
8#B9BFD0
9#BEC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE5 #DBE5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCF #BDCFFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AAB #8AABFF | BordersInactive statesPlaceholder text |
| 400 | 4D7F #4D7FFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A5B #1A5BFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0040 #0040E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0033 #0033B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0024 #002480 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0017 #001752 | Primary textHigh emphasis contentDark headings |
| 950 | 000E #000E33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FF;
--sky-blue-100: #DBE5FF;
--sky-blue-200: #BDCFFF;
--sky-blue-300: #8AABFF;
--sky-blue-400: #4D7FFF;
--sky-blue-500: #1A5BFF;
--sky-blue-600: #0040E0;
--sky-blue-700: #0033B3;
--sky-blue-800: #002480;
--sky-blue-900: #001752;
--sky-blue-950: #000E33;
}