Sky Blue
#98A0F0
BlueColor Codes
All color formats for development
HEX
#98A0F0RGB
rgb(152, 160, 240)HSL
hsl(235, 75%, 77%)OKLCH
oklch(0.731 0.116 278.7)CMYK
cmyk(37%, 33%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7680EB
2#5460E7
3#3140E2
4#1D2CCE
5#1925AC
6#141D89
7#0F1667
8#0A0F45
9#050722
Tints
Lighter variations
1#A3A9F2
2#ADB3F3
3#B7BCF5
4#C1C6F6
5#CCCFF8
6#D6D9F9
7#E0E2FB
8#EAECFC
9#F5F5FE
Tones
Muted variations
1#9DA3EC
2#A1A7E8
3#A6ABE3
4#AAAEDF
5#AEB2DA
6#B3B6D6
7#B7B9D2
8#BCBDCD
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C9 #C5C9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A0 #98A0F0 | BordersInactive statesPlaceholder text |
| 400 | 636E #636EE9 | Disabled statesSecondary iconsMuted text |
| 500 | 3645 #3645E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C2A #1C2AC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1621 #16219C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1018 #101870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0F #0A0F47 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FD;
--sky-blue-100: #E0E2FB;
--sky-blue-200: #C5C9F7;
--sky-blue-300: #98A0F0;
--sky-blue-400: #636EE9;
--sky-blue-500: #3645E2;
--sky-blue-600: #1C2AC4;
--sky-blue-700: #16219C;
--sky-blue-800: #101870;
--sky-blue-900: #0A0F47;
--sky-blue-950: #060A2D;
}