Sky Blue
#8FABFA
BlueColor Codes
All color formats for development
HEX
#8FABFARGB
rgb(143, 171, 250)HSL
hsl(224, 91%, 77%)OKLCH
oklch(0.752 0.119 268.6)CMYK
cmyk(43%, 32%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#698FF8
2#4473F6
3#1E58F4
4#0B44E1
5#0938BC
6#072D96
7#052271
8#04174B
9#020B26
Tints
Lighter variations
1#9AB4FA
2#A5BCFB
3#B1C5FB
4#BCCDFC
5#C7D5FC
6#D2DEFD
7#DDE6FD
8#E9EEFE
9#F4F7FE
Tones
Muted variations
1#94AEF4
2#9AB0EF
3#9FB3EA
4#A4B5E4
5#AAB8DF
6#AFBADA
7#B4BDD4
8#BABFCF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D0 #C0D0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAB #8FABFA | BordersInactive statesPlaceholder text |
| 400 | 5580 #5580F7 | Disabled statesSecondary iconsMuted text |
| 500 | 245C #245CF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A41 #0A41D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0833 #0833AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0625 #06257A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0417 #04174E | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FE;
--sky-blue-100: #DDE6FD;
--sky-blue-200: #C0D0FC;
--sky-blue-300: #8FABFA;
--sky-blue-400: #5580F7;
--sky-blue-500: #245CF5;
--sky-blue-600: #0A41D6;
--sky-blue-700: #0833AA;
--sky-blue-800: #06257A;
--sky-blue-900: #04174E;
--sky-blue-950: #020F31;
}