Sky Blue
#98C0F1
BlueColor Codes
All color formats for development
HEX
#98C0F1RGB
rgb(152, 192, 241)HSL
hsl(213, 76%, 77%)OKLCH
oklch(0.797 0.082 253.8)CMYK
cmyk(37%, 20%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ABEC
2#5396E7
3#3081E3
4#1C6DCF
5#185BAD
6#13498A
7#0E3668
8#092445
9#051223
Tints
Lighter variations
1#A2C6F2
2#ACCDF4
3#B7D3F5
4#C1D9F7
5#CBDFF8
6#D6E6F9
7#E0ECFB
8#EAF2FC
9#F5F9FE
Tones
Muted variations
1#9CC0EC
2#A1C1E8
3#A5C1E4
4#AAC2DF
5#AEC2DB
6#B3C3D6
7#B7C3D2
8#BBC3CD
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EC #E0ECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DB #C5DBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C0 #98C0F1 | BordersInactive statesPlaceholder text |
| 400 | 629F #629FEA | Disabled statesSecondary iconsMuted text |
| 500 | 3584 #3584E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B68 #1B68C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1552 #15529D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F3B #0F3B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A26 #0A2648 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E0ECFB;
--sky-blue-200: #C5DBF7;
--sky-blue-300: #98C0F1;
--sky-blue-400: #629FEA;
--sky-blue-500: #3584E3;
--sky-blue-600: #1B68C5;
--sky-blue-700: #15529D;
--sky-blue-800: #0F3B70;
--sky-blue-900: #0A2648;
--sky-blue-950: #06182D;
}