Sky Blue
#98ADF1
BlueColor Codes
All color formats for development
HEX
#98ADF1RGB
rgb(152, 173, 241)HSL
hsl(226, 76%, 77%)OKLCH
oklch(0.757 0.101 270.7)CMYK
cmyk(37%, 28%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7591EC
2#5375E7
3#305AE3
4#1C46CF
5#183AAD
6#132F8A
7#0E2368
8#091745
9#050C23
Tints
Lighter variations
1#A2B5F2
2#ACBDF4
3#B7C5F5
4#C1CEF7
5#CBD6F8
6#D6DEF9
7#E0E6FB
8#EAEFFC
9#F5F7FE
Tones
Muted variations
1#9CAFEC
2#A1B1E8
3#A5B4E4
4#AAB6DF
5#AEB8DB
6#B3BBD6
7#B7BDD2
8#BBC0CD
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D0 #C5D0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AD #98ADF1 | BordersInactive statesPlaceholder text |
| 400 | 6282 #6282EA | Disabled statesSecondary iconsMuted text |
| 500 | 355E #355EE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B43 #1B43C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1535 #15359D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F26 #0F2670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A18 #0A1848 | Primary textHigh emphasis contentDark headings |
| 950 | 060F #060F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FD;
--sky-blue-100: #E0E6FB;
--sky-blue-200: #C5D0F7;
--sky-blue-300: #98ADF1;
--sky-blue-400: #6282EA;
--sky-blue-500: #355EE3;
--sky-blue-600: #1B43C5;
--sky-blue-700: #15359D;
--sky-blue-800: #0F2670;
--sky-blue-900: #0A1848;
--sky-blue-950: #060F2D;
}