Sky Blue
#98A4F1
BlueColor Codes
All color formats for development
HEX
#98A4F1RGB
rgb(152, 164, 241)HSL
hsl(232, 76%, 77%)OKLCH
oklch(0.739 0.112 276.5)CMYK
cmyk(37%, 32%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7585EC
2#5367E7
3#3048E3
4#1C34CF
5#182BAD
6#13238A
7#0E1A68
8#091145
9#050923
Tints
Lighter variations
1#A2ADF2
2#ACB6F4
3#B7BFF5
4#C1C8F7
5#CBD1F8
6#D6DAF9
7#E0E4FB
8#EAEDFC
9#F5F6FE
Tones
Muted variations
1#9CA7EC
2#A1AAE8
3#A5ADE4
4#AAB1DF
5#AEB4DB
6#B3B7D6
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 | E0E3 #E0E3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CB #C5CBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A4 #98A4F1 | BordersInactive statesPlaceholder text |
| 400 | 6274 #6274EA | Disabled statesSecondary iconsMuted text |
| 500 | 354C #354CE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B32 #1B32C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1528 #15289D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1C #0F1C70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A12 #0A1248 | Primary textHigh emphasis contentDark headings |
| 950 | 060B #060B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FD;
--sky-blue-100: #E0E3FB;
--sky-blue-200: #C5CBF7;
--sky-blue-300: #98A4F1;
--sky-blue-400: #6274EA;
--sky-blue-500: #354CE3;
--sky-blue-600: #1B32C5;
--sky-blue-700: #15289D;
--sky-blue-800: #0F1C70;
--sky-blue-900: #0A1248;
--sky-blue-950: #060B2D;
}