Sky Blue
#98BAF1
BlueColor Codes
All color formats for development
HEX
#98BAF1RGB
rgb(152, 186, 241)HSL
hsl(217, 76%, 77%)OKLCH
oklch(0.784 0.087 259.9)CMYK
cmyk(37%, 23%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75A3EC
2#538CE7
3#3075E3
4#1C61CF
5#1851AD
6#13418A
7#0E3068
8#092045
9#051023
Tints
Lighter variations
1#A2C1F2
2#ACC8F4
3#B7CFF5
4#C1D6F7
5#CBDCF8
6#D6E3F9
7#E0EAFB
8#EAF1FC
9#F5F8FE
Tones
Muted variations
1#9CBBEC
2#A1BCE8
3#A5BDE4
4#AABEDF
5#AEBFDB
6#B3C0D6
7#B7C1D2
8#BBC2CD
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EA #E0EAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D8 #C5D8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BA #98BAF1 | BordersInactive statesPlaceholder text |
| 400 | 6296 #6296EA | Disabled statesSecondary iconsMuted text |
| 500 | 3578 #3578E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B5C #1B5CC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1549 #15499D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F34 #0F3470 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A22 #0A2248 | Primary textHigh emphasis contentDark headings |
| 950 | 0615 #06152D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F6FD;
--sky-blue-100: #E0EAFB;
--sky-blue-200: #C5D8F7;
--sky-blue-300: #98BAF1;
--sky-blue-400: #6296EA;
--sky-blue-500: #3578E3;
--sky-blue-600: #1B5CC5;
--sky-blue-700: #15499D;
--sky-blue-800: #0F3470;
--sky-blue-900: #0A2248;
--sky-blue-950: #06152D;
}