Sky Blue
#98AEF1
BlueColor Codes
All color formats for development
HEX
#98AEF1RGB
rgb(152, 174, 241)HSL
hsl(225, 76%, 77%)OKLCH
oklch(0.759 0.1 270)CMYK
cmyk(37%, 28%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7593EC
2#5378E7
3#305DE3
4#1C49CF
5#183DAD
6#13318A
7#0E2568
8#091845
9#050C23
Tints
Lighter variations
1#A2B6F2
2#ACBEF4
3#B7C6F5
4#C1CEF7
5#CBD7F8
6#D6DFF9
7#E0E7FB
8#EAEFFC
9#F5F7FE
Tones
Muted variations
1#9CB0EC
2#A1B3E8
3#A5B5E4
4#AAB7DF
5#AEB9DB
6#B3BBD6
7#B7BED2
8#BBC0CD
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D1 #C5D1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AE #98AEF1 | BordersInactive statesPlaceholder text |
| 400 | 6284 #6284EA | Disabled statesSecondary iconsMuted text |
| 500 | 3561 #3561E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B46 #1B46C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1537 #15379D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F28 #0F2870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A19 #0A1948 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FD;
--sky-blue-100: #E0E6FB;
--sky-blue-200: #C5D1F7;
--sky-blue-300: #98AEF1;
--sky-blue-400: #6284EA;
--sky-blue-500: #3561E3;
--sky-blue-600: #1B46C5;
--sky-blue-700: #15379D;
--sky-blue-800: #0F2870;
--sky-blue-900: #0A1948;
--sky-blue-950: #06102D;
}