Sky Blue
#98A8F1
BlueColor Codes
All color formats for development
HEX
#98A8F1RGB
rgb(152, 168, 241)HSL
hsl(229, 76%, 77%)OKLCH
oklch(0.747 0.107 274.1)CMYK
cmyk(37%, 30%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#758BEC
2#536EE7
3#3051E3
4#1C3DCF
5#1833AD
6#13298A
7#0E1F68
8#091445
9#050A23
Tints
Lighter variations
1#A2B1F2
2#ACB9F4
3#B7C2F5
4#C1CBF7
5#CBD4F8
6#D6DCF9
7#E0E5FB
8#EAEEFC
9#F5F6FE
Tones
Muted variations
1#9CABEC
2#A1AEE8
3#A5B1E4
4#AAB3DF
5#AEB6DB
6#B3B9D6
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 | C5CE #C5CEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A8 #98A8F1 | BordersInactive statesPlaceholder text |
| 400 | 627B #627BEA | Disabled statesSecondary iconsMuted text |
| 500 | 3555 #3555E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B3A #1B3AC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 152E #152E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F21 #0F2170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A15 #0A1548 | 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: #F2F4FD;
--sky-blue-100: #E0E5FB;
--sky-blue-200: #C5CEF7;
--sky-blue-300: #98A8F1;
--sky-blue-400: #627BEA;
--sky-blue-500: #3555E3;
--sky-blue-600: #1B3AC5;
--sky-blue-700: #152E9D;
--sky-blue-800: #0F2170;
--sky-blue-900: #0A1548;
--sky-blue-950: #060D2D;
}