Sky Blue
#98BAF0
BlueColor Codes
All color formats for development
HEX
#98BAF0RGB
rgb(152, 186, 240)HSL
hsl(217, 75%, 77%)OKLCH
oklch(0.784 0.086 259.5)CMYK
cmyk(37%, 23%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76A3EB
2#548CE7
3#3175E2
4#1D61CE
5#1951AC
6#144189
7#0F3167
8#0A2045
9#051022
Tints
Lighter variations
1#A3C1F2
2#ADC8F3
3#B7CFF5
4#C1D6F6
5#CCDDF8
6#D6E3F9
7#E0EAFB
8#EAF1FC
9#F5F8FE
Tones
Muted variations
1#9DBBEC
2#A1BCE8
3#A6BDE3
4#AABEDF
5#AEBFDA
6#B3C0D6
7#B7C1D2
8#BCC2CD
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 #98BAF0 | BordersInactive statesPlaceholder text |
| 400 | 6396 #6396E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3678 #3678E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C5D #1C5DC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 164A #164A9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1035 #103570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A22 #0A2247 | 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: #98BAF0;
--sky-blue-400: #6396E9;
--sky-blue-500: #3678E2;
--sky-blue-600: #1C5DC4;
--sky-blue-700: #164A9C;
--sky-blue-800: #103570;
--sky-blue-900: #0A2247;
--sky-blue-950: #06152D;
}