Sky Blue
#8D9CFB
BlueColor Codes
All color formats for development
HEX
#8D9CFBRGB
rgb(141, 156, 251)HSL
hsl(232, 93%, 77%)OKLCH
oklch(0.721 0.139 275.6)CMYK
cmyk(44%, 38%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#687BFA
2#425AF8
3#1C39F7
4#0825E3
5#071FBD
6#051998
7#041372
8#030C4C
9#010626
Tints
Lighter variations
1#99A6FB
2#A4B0FC
3#B0BAFC
4#BBC4FD
5#C6CEFD
6#D2D8FD
7#DDE1FE
8#E8EBFE
9#F4F5FF
Tones
Muted variations
1#93A0F5
2#99A4F0
3#9EA8EB
4#A4ACE5
5#A9B0E0
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 | DDE1 #DDE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC7 #BFC7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9C #8E9CFB | BordersInactive statesPlaceholder text |
| 400 | 5369 #5369F9 | Disabled statesSecondary iconsMuted text |
| 500 | 223E #223EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0824 #0824D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061C #061CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0414 #04147B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030D #030D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FE;
--sky-blue-100: #DDE1FE;
--sky-blue-200: #BFC7FD;
--sky-blue-300: #8E9CFB;
--sky-blue-400: #5369F9;
--sky-blue-500: #223EF7;
--sky-blue-600: #0824D9;
--sky-blue-700: #061CAC;
--sky-blue-800: #04147B;
--sky-blue-900: #030D4F;
--sky-blue-950: #020831;
}