Sky Blue
#98A7F0
BlueColor Codes
All color formats for development
HEX
#98A7F0RGB
rgb(152, 167, 240)HSL
hsl(230, 75%, 77%)OKLCH
oklch(0.745 0.107 274.6)CMYK
cmyk(37%, 30%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#768AEB
2#546CE7
3#314FE2
4#1D3BCE
5#1931AC
6#142789
7#0F1D67
8#0A1445
9#050A22
Tints
Lighter variations
1#A3B0F2
2#ADB9F3
3#B7C1F5
4#C1CAF6
5#CCD3F8
6#D6DCF9
7#E0E5FB
8#EAEDFC
9#F5F6FE
Tones
Muted variations
1#9DAAEC
2#A1ADE8
3#A6B0E3
4#AAB3DF
5#AEB6DA
6#B3B9D6
7#B7BCD2
8#BCBECD
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CD #C5CDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A7 #98A7F0 | BordersInactive statesPlaceholder text |
| 400 | 6379 #6379E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3653 #3653E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C38 #1C38C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 162D #162D9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1020 #102070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A14 #0A1447 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FD;
--sky-blue-100: #E0E4FB;
--sky-blue-200: #C5CDF7;
--sky-blue-300: #98A7F0;
--sky-blue-400: #6379E9;
--sky-blue-500: #3653E2;
--sky-blue-600: #1C38C4;
--sky-blue-700: #162D9C;
--sky-blue-800: #102070;
--sky-blue-900: #0A1447;
--sky-blue-950: #060D2D;
}