Sky Blue
#98B0F1
BlueColor Codes
All color formats for development
HEX
#98B0F1RGB
rgb(152, 176, 241)HSL
hsl(224, 76%, 77%)OKLCH
oklch(0.763 0.098 268.5)CMYK
cmyk(37%, 27%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7595EC
2#537AE7
3#3060E3
4#1C4CCF
5#183FAD
6#13338A
7#0E2668
8#091945
9#050D23
Tints
Lighter variations
1#A2B7F2
2#ACBFF4
3#B7C7F5
4#C1CFF7
5#CBD7F8
6#D6DFF9
7#E0E7FB
8#EAEFFC
9#F5F7FE
Tones
Muted variations
1#9CB2EC
2#A1B4E8
3#A5B6E4
4#AAB8DF
5#AEBADB
6#B3BCD6
7#B7BED2
8#BBC0CD
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E7 #E0E7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D2 #C5D2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B0 #98B0F1 | BordersInactive statesPlaceholder text |
| 400 | 6286 #6286EA | Disabled statesSecondary iconsMuted text |
| 500 | 3564 #3564E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B48 #1B48C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 153A #153A9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F29 #0F2970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A1A #0A1A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F5FD;
--sky-blue-100: #E0E7FB;
--sky-blue-200: #C5D2F7;
--sky-blue-300: #98B0F1;
--sky-blue-400: #6286EA;
--sky-blue-500: #3564E3;
--sky-blue-600: #1B48C5;
--sky-blue-700: #153A9D;
--sky-blue-800: #0F2970;
--sky-blue-900: #0A1A48;
--sky-blue-950: #06102D;
}