Sky Blue
#98A5F1
BlueColor Codes
All color formats for development
HEX
#98A5F1RGB
rgb(152, 165, 241)HSL
hsl(231, 76%, 77%)OKLCH
oklch(0.741 0.111 275.9)CMYK
cmyk(37%, 32%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7587EC
2#5369E7
3#304BE3
4#1C37CF
5#182EAD
6#13258A
7#0E1C68
8#091245
9#050923
Tints
Lighter variations
1#A2AEF2
2#ACB7F4
3#B7C0F5
4#C1C9F7
5#CBD2F8
6#D6DBF9
7#E0E4FB
8#EAEDFC
9#F5F6FE
Tones
Muted variations
1#9CA8EC
2#A1ABE8
3#A5AFE4
4#AAB2DF
5#AEB5DB
6#B3B8D6
7#B7BBD2
8#BBBECD
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CC #C5CCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A5 #98A5F1 | BordersInactive statesPlaceholder text |
| 400 | 6276 #6276EA | Disabled statesSecondary iconsMuted text |
| 500 | 354F #354FE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B35 #1B35C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 152A #152A9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1E #0F1E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A13 #0A1348 | Primary textHigh emphasis contentDark headings |
| 950 | 060C #060C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FD;
--sky-blue-100: #E0E4FB;
--sky-blue-200: #C5CCF7;
--sky-blue-300: #98A5F1;
--sky-blue-400: #6276EA;
--sky-blue-500: #354FE3;
--sky-blue-600: #1B35C5;
--sky-blue-700: #152A9D;
--sky-blue-800: #0F1E70;
--sky-blue-900: #0A1348;
--sky-blue-950: #060C2D;
}