Sky Blue
#9898F0
BlueColor Codes
All color formats for development
HEX
#9898F0RGB
rgb(152, 152, 240)HSL
hsl(240, 75%, 77%)OKLCH
oklch(0.715 0.127 282.7)CMYK
cmyk(37%, 37%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7676EB
2#5454E7
3#3131E2
4#1D1DCE
5#1919AC
6#141489
7#0F0F67
8#0A0A45
9#050522
Tints
Lighter variations
1#A3A3F2
2#ADADF3
3#B7B7F5
4#C1C1F6
5#CCCCF8
6#D6D6F9
7#E0E0FB
8#EAEAFC
9#F5F5FE
Tones
Muted variations
1#9D9DEC
2#A1A1E8
3#A6A6E3
4#AAAADF
5#AEAEDA
6#B3B3D6
7#B7B7D2
8#BCBCCD
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C5 #C5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9898 #9898F0 | BordersInactive statesPlaceholder text |
| 400 | 6363 #6363E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3636 #3636E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C1C #1C1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1616 #16169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1010 #101070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0A #0A0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F2FD;
--sky-blue-100: #E0E0FB;
--sky-blue-200: #C5C5F7;
--sky-blue-300: #9898F0;
--sky-blue-400: #6363E9;
--sky-blue-500: #3636E2;
--sky-blue-600: #1C1CC4;
--sky-blue-700: #16169C;
--sky-blue-800: #101070;
--sky-blue-900: #0A0A47;
--sky-blue-950: #06062D;
}