Sky Blue
#98B5F1
BlueColor Codes
All color formats for development
HEX
#98B5F1RGB
rgb(152, 181, 241)HSL
hsl(220, 76%, 77%)OKLCH
oklch(0.774 0.092 264.4)CMYK
cmyk(37%, 25%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#759DEC
2#5384E7
3#306CE3
4#1C58CF
5#1849AD
6#133B8A
7#0E2C68
8#091D45
9#050F23
Tints
Lighter variations
1#A2BDF2
2#ACC4F4
3#B7CCF5
4#C1D3F7
5#CBDAF8
6#D6E2F9
7#E0E9FB
8#EAF0FC
9#F5F8FE
Tones
Muted variations
1#9CB7EC
2#A1B8E8
3#A5BAE4
4#AABBDF
5#AEBDDB
6#B3BED6
7#B7C0D2
8#BBC1CD
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D5 #C5D5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B5 #98B5F1 | BordersInactive statesPlaceholder text |
| 400 | 628F #628FEA | Disabled statesSecondary iconsMuted text |
| 500 | 356F #356FE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B54 #1B54C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1543 #15439D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F30 #0F3070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A1E #0A1E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0613 #06132D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F5FD;
--sky-blue-100: #E0E9FB;
--sky-blue-200: #C5D5F7;
--sky-blue-300: #98B5F1;
--sky-blue-400: #628FEA;
--sky-blue-500: #356FE3;
--sky-blue-600: #1B54C5;
--sky-blue-700: #15439D;
--sky-blue-800: #0F3070;
--sky-blue-900: #0A1E48;
--sky-blue-950: #06132D;
}