Sky Blue
#98AAF1
BlueColor Codes
All color formats for development
HEX
#98AAF1RGB
rgb(152, 170, 241)HSL
hsl(228, 76%, 77%)OKLCH
oklch(0.751 0.105 272.8)CMYK
cmyk(37%, 29%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#758DEC
2#5370E7
3#3054E3
4#1C40CF
5#1835AD
6#132B8A
7#0E2068
8#091545
9#050B23
Tints
Lighter variations
1#A2B2F2
2#ACBBF4
3#B7C3F5
4#C1CCF7
5#CBD4F8
6#D6DDF9
7#E0E5FB
8#EAEEFC
9#F5F6FE
Tones
Muted variations
1#9CACEC
2#A1AFE8
3#A5B2E4
4#AAB4DF
5#AEB7DB
6#B3BAD6
7#B7BCD2
8#BBBFCD
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E5 #E0E5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CF #C5CFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AA #98AAF1 | BordersInactive statesPlaceholder text |
| 400 | 627D #627DEA | Disabled statesSecondary iconsMuted text |
| 500 | 3558 #3558E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B3D #1B3DC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1531 #15319D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F23 #0F2370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A16 #0A1648 | Primary textHigh emphasis contentDark headings |
| 950 | 060E #060E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FD;
--sky-blue-100: #E0E5FB;
--sky-blue-200: #C5CFF7;
--sky-blue-300: #98AAF1;
--sky-blue-400: #627DEA;
--sky-blue-500: #3558E3;
--sky-blue-600: #1B3DC5;
--sky-blue-700: #15319D;
--sky-blue-800: #0F2370;
--sky-blue-900: #0A1648;
--sky-blue-950: #060E2D;
}