Sky Blue
#98A1F1
BlueColor Codes
All color formats for development
HEX
#98A1F1RGB
rgb(152, 161, 241)HSL
hsl(234, 76%, 77%)OKLCH
oklch(0.733 0.116 278.2)CMYK
cmyk(37%, 33%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7581EC
2#5362E7
3#3042E3
4#1C2ECF
5#1826AD
6#131F8A
7#0E1768
8#090F45
9#050823
Tints
Lighter variations
1#A2AAF2
2#ACB4F4
3#B7BDF5
4#C1C6F7
5#CBD0F8
6#D6D9F9
7#E0E3FB
8#EAECFC
9#F5F6FE
Tones
Muted variations
1#9CA4EC
2#A1A8E8
3#A5ABE4
4#AAAFDF
5#AEB3DB
6#B3B6D6
7#B7BAD2
8#BBBDCD
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 | C5CA #C5CAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A1 #98A1F1 | BordersInactive statesPlaceholder text |
| 400 | 626F #626FEA | Disabled statesSecondary iconsMuted text |
| 500 | 3546 #3546E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B2C #1B2CC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1523 #15239D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F19 #0F1970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A10 #0A1048 | 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: #C5CAF7;
--sky-blue-300: #98A1F1;
--sky-blue-400: #626FEA;
--sky-blue-500: #3546E3;
--sky-blue-600: #1B2CC5;
--sky-blue-700: #15239D;
--sky-blue-800: #0F1970;
--sky-blue-900: #0A1048;
--sky-blue-950: #060A2D;
}