Sky Blue
#8D9AFB
BlueColor Codes
All color formats for development
HEX
#8D9AFBRGB
rgb(141, 154, 251)HSL
hsl(233, 93%, 77%)OKLCH
oklch(0.717 0.142 276.4)CMYK
cmyk(44%, 39%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6879FA
2#4257F8
3#1C36F7
4#0822E3
5#071CBD
6#051798
7#041172
8#030B4C
9#010626
Tints
Lighter variations
1#99A5FB
2#A4AFFC
3#B0B9FC
4#BBC3FD
5#C6CDFD
6#D2D7FD
7#DDE1FE
8#E8EBFE
9#F4F5FF
Tones
Muted variations
1#939FF5
2#99A3F0
3#9EA7EB
4#A4ABE5
5#A9AFE0
6#AFB4DA
7#B4B8D5
8#B9BCCF
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC6 #BFC6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9B #8E9BFB | BordersInactive statesPlaceholder text |
| 400 | 5366 #5366F9 | Disabled statesSecondary iconsMuted text |
| 500 | 223A #223AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0820 #0820D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061A #061AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0412 #04127B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030C #030C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FE;
--sky-blue-100: #DDE0FE;
--sky-blue-200: #BFC6FD;
--sky-blue-300: #8E9BFB;
--sky-blue-400: #5366F9;
--sky-blue-500: #223AF7;
--sky-blue-600: #0820D9;
--sky-blue-700: #061AAC;
--sky-blue-800: #04127B;
--sky-blue-900: #030C4F;
--sky-blue-950: #020731;
}