Sky Blue
#98A2F1
BlueColor Codes
All color formats for development
HEX
#98A2F1RGB
rgb(152, 162, 241)HSL
hsl(233, 76%, 77%)OKLCH
oklch(0.735 0.115 277.7)CMYK
cmyk(37%, 33%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7583EC
2#5364E7
3#3045E3
4#1C31CF
5#1829AD
6#13218A
7#0E1968
8#091045
9#050823
Tints
Lighter variations
1#A2ABF2
2#ACB5F4
3#B7BEF5
4#C1C7F7
5#CBD1F8
6#D6DAF9
7#E0E3FB
8#EAECFC
9#F5F6FE
Tones
Muted variations
1#9CA6EC
2#A1A9E8
3#A5ACE4
4#AAB0DF
5#AEB3DB
6#B3B7D6
7#B7BAD2
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 | 98A2 #98A2F1 | BordersInactive statesPlaceholder text |
| 400 | 6272 #6272EA | Disabled statesSecondary iconsMuted text |
| 500 | 3549 #3549E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B2F #1B2FC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1525 #15259D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1B #0F1B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A11 #0A1148 | 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: #98A2F1;
--sky-blue-400: #6272EA;
--sky-blue-500: #3549E3;
--sky-blue-600: #1B2FC5;
--sky-blue-700: #15259D;
--sky-blue-800: #0F1B70;
--sky-blue-900: #0A1148;
--sky-blue-950: #060B2D;
}