Sky Blue
#5F9FEC
BlueColor Codes
All color formats for development
HEX
#5F9FECRGB
rgb(95, 159, 236)HSL
hsl(213, 79%, 65%)OKLCH
oklch(0.693 0.132 254.1)CMYK
cmyk(60%, 33%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#428DE9
2#247BE5
3#186BD0
4#155CB2
5#114C94
6#0E3D77
7#0A2E59
8#071F3B
9#030F1E
Tints
Lighter variations
1#6FA8EE
2#7FB2F0
3#8FBCF2
4#9FC5F4
5#AFCFF6
6#BFD8F8
7#CFE2F9
8#DFECFB
9#EFF5FD
Tones
Muted variations
1#669FE5
2#6DA0DE
3#74A1D7
4#7BA2D0
5#82A2C9
6#8AA3C2
7#91A4BB
8#98A4B4
9#9FA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DB #C4DBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C0 #96C0F3 | BordersInactive statesPlaceholder text |
| 400 | 5F9F #5F9FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3283 #3283E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1867 #1867C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1352 #1352A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3B #0D3B72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0926 #092649 | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FD;
--sky-blue-100: #DFECFB;
--sky-blue-200: #C4DBF8;
--sky-blue-300: #96C0F3;
--sky-blue-400: #5F9FEC;
--sky-blue-500: #3283E7;
--sky-blue-600: #1867C9;
--sky-blue-700: #1352A0;
--sky-blue-800: #0D3B72;
--sky-blue-900: #092649;
--sky-blue-950: #05172E;
}