Sky Blue
#8FAFFA
BlueColor Codes
All color formats for development
HEX
#8FAFFARGB
rgb(143, 175, 250)HSL
hsl(222, 91%, 77%)OKLCH
oklch(0.76 0.114 266.1)CMYK
cmyk(43%, 30%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6994F8
2#4479F6
3#1E5FF4
4#0B4BE1
5#093EBC
6#073296
7#052571
8#04194B
9#020C26
Tints
Lighter variations
1#9AB7FA
2#A5BFFB
3#B1C7FB
4#BCCFFC
5#C7D7FC
6#D2DFFD
7#DDE7FD
8#E9EFFE
9#F4F7FE
Tones
Muted variations
1#94B1F4
2#9AB3EF
3#9FB5EA
4#A4B8E4
5#AABADF
6#AFBCDA
7#B4BED4
8#BAC0CF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D2 #C0D2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAF #8FAFFA | BordersInactive statesPlaceholder text |
| 400 | 5585 #5585F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2462 #2462F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A47 #0A47D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0839 #0839AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0629 #06297A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041A #041A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FE;
--sky-blue-100: #DDE7FD;
--sky-blue-200: #C0D2FC;
--sky-blue-300: #8FAFFA;
--sky-blue-400: #5585F7;
--sky-blue-500: #2462F5;
--sky-blue-600: #0A47D6;
--sky-blue-700: #0839AA;
--sky-blue-800: #06297A;
--sky-blue-900: #041A4E;
--sky-blue-950: #021031;
}