Sky Blue
#98C1F1
BlueColor Codes
All color formats for development
HEX
#98C1F1RGB
rgb(152, 193, 241)HSL
hsl(212, 76%, 77%)OKLCH
oklch(0.799 0.081 252.7)CMYK
cmyk(37%, 20%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ADEC
2#5398E7
3#3083E3
4#1C70CF
5#185DAD
6#134B8A
7#0E3868
8#092545
9#051323
Tints
Lighter variations
1#A2C8F2
2#ACCEF4
3#B7D4F5
4#C1DAF7
5#CBE0F8
6#D6E6F9
7#E0EDFB
8#EAF3FC
9#F5F9FE
Tones
Muted variations
1#9CC2EC
2#A1C2E8
3#A5C2E4
4#AAC3DF
5#AEC3DB
6#B3C3D6
7#B7C3D2
8#BBC4CD
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 | C5DC #C5DCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C1 #98C1F1 | BordersInactive statesPlaceholder text |
| 400 | 62A1 #62A1EA | Disabled statesSecondary iconsMuted text |
| 500 | 3586 #3586E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B6B #1B6BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1555 #15559D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F3D #0F3D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A27 #0A2748 | 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: #C5DCF7;
--sky-blue-300: #98C1F1;
--sky-blue-400: #62A1EA;
--sky-blue-500: #3586E3;
--sky-blue-600: #1B6BC5;
--sky-blue-700: #15559D;
--sky-blue-800: #0F3D70;
--sky-blue-900: #0A2748;
--sky-blue-950: #06182D;
}