Sky Blue
#8FB4FA
BlueColor Codes
All color formats for development
HEX
#8FB4FARGB
rgb(143, 180, 250)HSL
hsl(219, 91%, 77%)OKLCH
oklch(0.77 0.109 262.7)CMYK
cmyk(43%, 28%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#699BF8
2#4482F6
3#1E69F4
4#0B56E1
5#0947BC
6#073996
7#052B71
8#041D4B
9#020E26
Tints
Lighter variations
1#9ABCFA
2#A5C3FB
3#B1CBFB
4#BCD2FC
5#C7DAFC
6#D2E1FD
7#DDE9FD
8#E9F0FE
9#F4F8FE
Tones
Muted variations
1#94B6F4
2#9AB8EF
3#9FB9EA
4#A4BBE4
5#AABCDF
6#AFBEDA
7#B4C0D4
8#BAC1CF
9#BFC3CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D5 #C0D5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB4 #8FB4FA | BordersInactive statesPlaceholder text |
| 400 | 558D #558DF7 | Disabled statesSecondary iconsMuted text |
| 500 | 246D #246DF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A52 #0A52D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0841 #0841AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 062E #062E7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041E #041E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0213 #021331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FE;
--sky-blue-100: #DDE8FD;
--sky-blue-200: #C0D5FC;
--sky-blue-300: #8FB4FA;
--sky-blue-400: #558DF7;
--sky-blue-500: #246DF5;
--sky-blue-600: #0A52D6;
--sky-blue-700: #0841AA;
--sky-blue-800: #062E7A;
--sky-blue-900: #041E4E;
--sky-blue-950: #021331;
}