Sky Blue
#5E9FED
BlueColor Codes
All color formats for development
HEX
#5E9FEDRGB
rgb(94, 159, 237)HSL
hsl(213, 80%, 65%)OKLCH
oklch(0.693 0.134 254)CMYK
cmyk(60%, 33%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#418DEA
2#237BE7
3#176BD1
4#145BB3
5#114C95
6#0D3D77
7#0A2E5A
8#071E3C
9#030F1E
Tints
Lighter variations
1#6EA8EF
2#7EB2F1
3#8FBCF3
4#9FC5F4
5#AFCFF6
6#BFD8F8
7#CFE2FA
8#DFECFB
9#EFF5FD
Tones
Muted variations
1#659FE6
2#6DA0DF
3#74A1D8
4#7BA1D1
5#82A2C9
6#89A3C2
7#90A4BB
8#97A4B4
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 | C3DB #C3DBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C0 #95C0F3 | BordersInactive statesPlaceholder text |
| 400 | 5E9F #5E9FED | Disabled statesSecondary iconsMuted text |
| 500 | 3083 #3083E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1667 #1667CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1252 #1252A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3B #0D3B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0826 #082649 | 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: #C3DBF8;
--sky-blue-300: #95C0F3;
--sky-blue-400: #5E9FED;
--sky-blue-500: #3083E8;
--sky-blue-600: #1667CA;
--sky-blue-700: #1252A1;
--sky-blue-800: #0D3B73;
--sky-blue-900: #082649;
--sky-blue-950: #05172E;
}