Sky Blue
#939AF6
BlueColor Codes
All color formats for development
HEX
#939AF6RGB
rgb(147, 154, 246)HSL
hsl(236, 85%, 77%)OKLCH
oklch(0.719 0.133 279.2)CMYK
cmyk(40%, 37%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E77F3
2#4A55F0
3#2633ED
4#121FDA
5#0F1AB6
6#0C1591
7#09106D
8#060A49
9#030524
Tints
Lighter variations
1#9DA3F7
2#A8AEF8
3#B3B8F9
4#BEC2FA
5#C9CCFB
6#D4D6FB
7#DEE0FC
8#E9EBFD
9#F4F5FE
Tones
Muted variations
1#979DF1
2#9CA2EC
3#A1A6E7
4#A6AAE2
5#ABAFDD
6#B0B3D8
7#B5B7D3
8#BABCCE
9#BFC0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C5 #C2C5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9299 #9299F6 | BordersInactive statesPlaceholder text |
| 400 | 5A64 #5A64F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B38 #2B38EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 111E #111ED0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D18 #0D18A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A11 #0A1176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060B #060B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F2FE;
--sky-blue-100: #DEE0FC;
--sky-blue-200: #C2C5FA;
--sky-blue-300: #9299F6;
--sky-blue-400: #5A64F2;
--sky-blue-500: #2B38EE;
--sky-blue-600: #111ED0;
--sky-blue-700: #0D18A5;
--sky-blue-800: #0A1176;
--sky-blue-900: #060B4B;
--sky-blue-950: #04072F;
}