Sky Blue
#98B1F1
BlueColor Codes
All color formats for development
HEX
#98B1F1RGB
rgb(152, 177, 241)HSL
hsl(223, 76%, 77%)OKLCH
oklch(0.766 0.096 267.7)CMYK
cmyk(37%, 27%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7597EC
2#537DE7
3#3063E3
4#1C4FCF
5#1842AD
6#13358A
7#0E2868
8#091A45
9#050D23
Tints
Lighter variations
1#A2B9F2
2#ACC1F4
3#B7C8F5
4#C1D0F7
5#CBD8F8
6#D6E0F9
7#E0E8FB
8#EAEFFC
9#F5F7FE
Tones
Muted variations
1#9CB3EC
2#A1B5E8
3#A5B7E4
4#AAB9DF
5#AEBBDB
6#B3BDD6
7#B7BFD2
8#BBC0CD
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E7 #E0E7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D3 #C5D3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B1 #98B1F1 | BordersInactive statesPlaceholder text |
| 400 | 6288 #6288EA | Disabled statesSecondary iconsMuted text |
| 500 | 3566 #3566E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B4B #1B4BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 153C #153C9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F2B #0F2B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A1B #0A1B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0611 #06112D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F5FD;
--sky-blue-100: #E0E7FB;
--sky-blue-200: #C5D3F7;
--sky-blue-300: #98B1F1;
--sky-blue-400: #6288EA;
--sky-blue-500: #3566E3;
--sky-blue-600: #1B4BC5;
--sky-blue-700: #153C9D;
--sky-blue-800: #0F2B70;
--sky-blue-900: #0A1B48;
--sky-blue-950: #06112D;
}