Sky Blue
#98A7F1
BlueColor Codes
All color formats for development
HEX
#98A7F1RGB
rgb(152, 167, 241)HSL
hsl(230, 76%, 77%)OKLCH
oklch(0.745 0.108 274.7)CMYK
cmyk(37%, 31%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7589EC
2#536BE7
3#304EE3
4#1C3ACF
5#1830AD
6#13278A
7#0E1D68
8#091345
9#050A23
Tints
Lighter variations
1#A2AFF2
2#ACB8F4
3#B7C1F5
4#C1CAF7
5#CBD3F8
6#D6DCF9
7#E0E4FB
8#EAEDFC
9#F5F6FE
Tones
Muted variations
1#9CAAEC
2#A1ADE8
3#A5B0E4
4#AAB3DF
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 | C5CD #C5CDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A7 #98A7F1 | BordersInactive statesPlaceholder text |
| 400 | 6279 #6279EA | Disabled statesSecondary iconsMuted text |
| 500 | 3552 #3552E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B37 #1B37C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 152C #152C9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1F #0F1F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A14 #0A1448 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | 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: #C5CDF7;
--sky-blue-300: #98A7F1;
--sky-blue-400: #6279EA;
--sky-blue-500: #3552E3;
--sky-blue-600: #1B37C5;
--sky-blue-700: #152C9D;
--sky-blue-800: #0F1F70;
--sky-blue-900: #0A1448;
--sky-blue-950: #060D2D;
}