Sky Blue
#8FAAFA
BlueColor Codes
All color formats for development
HEX
#8FAAFARGB
rgb(143, 170, 250)HSL
hsl(225, 91%, 77%)OKLCH
oklch(0.75 0.12 269.2)CMYK
cmyk(43%, 32%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#698DF8
2#4471F6
3#1E54F4
4#0B40E1
5#0936BC
6#072B96
7#052071
8#04154B
9#020B26
Tints
Lighter variations
1#9AB2FA
2#A5BBFB
3#B1C3FB
4#BCCCFC
5#C7D4FC
6#D2DDFD
7#DDE5FD
8#E9EEFE
9#F4F6FE
Tones
Muted variations
1#94ACF4
2#9AAFEF
3#9FB2EA
4#A4B4E4
5#AAB7DF
6#AFBADA
7#B4BCD4
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 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CF #C0CFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAA #8FAAFA | BordersInactive statesPlaceholder text |
| 400 | 557D #557DF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2458 #2458F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A3D #0A3DD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0831 #0831AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0623 #06237A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0416 #04164E | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FE;
--sky-blue-100: #DDE5FD;
--sky-blue-200: #C0CFFC;
--sky-blue-300: #8FAAFA;
--sky-blue-400: #557DF7;
--sky-blue-500: #2458F5;
--sky-blue-600: #0A3DD6;
--sky-blue-700: #0831AA;
--sky-blue-800: #06237A;
--sky-blue-900: #04164E;
--sky-blue-950: #020E31;
}