Sky Blue
#8FADFA
BlueColor Codes
All color formats for development
HEX
#8FADFARGB
rgb(143, 173, 250)HSL
hsl(223, 91%, 77%)OKLCH
oklch(0.756 0.116 267.3)CMYK
cmyk(43%, 31%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6992F8
2#4476F6
3#1E5BF4
4#0B47E1
5#093BBC
6#073096
7#052471
8#04184B
9#020C26
Tints
Lighter variations
1#9AB5FA
2#A5BEFB
3#B1C6FB
4#BCCEFC
5#C7D6FC
6#D2DEFD
7#DDE6FD
8#E9EFFE
9#F4F7FE
Tones
Muted variations
1#94B0F4
2#9AB2EF
3#9FB4EA
4#A4B6E4
5#AAB9DF
6#AFBBDA
7#B4BDD4
8#BAC0CF
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 | C0D1 #C0D1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAD #8FADFA | BordersInactive statesPlaceholder text |
| 400 | 5583 #5583F7 | Disabled statesSecondary iconsMuted text |
| 500 | 245F #245FF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A44 #0A44D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0836 #0836AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0627 #06277A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0419 #04194E | 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: #C0D1FC;
--sky-blue-300: #8FADFA;
--sky-blue-400: #5583F7;
--sky-blue-500: #245FF5;
--sky-blue-600: #0A44D6;
--sky-blue-700: #0836AA;
--sky-blue-800: #06277A;
--sky-blue-900: #04194E;
--sky-blue-950: #020F31;
}