Sky Blue
#98C3F1
BlueColor Codes
All color formats for development
HEX
#98C3F1RGB
rgb(152, 195, 241)HSL
hsl(211, 76%, 77%)OKLCH
oklch(0.803 0.08 250.5)CMYK
cmyk(37%, 19%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75AFEC
2#539BE7
3#3086E3
4#1C73CF
5#1860AD
6#134D8A
7#0E3968
8#092645
9#051323
Tints
Lighter variations
1#A2C9F2
2#ACCFF4
3#B7D5F5
4#C1DBF7
5#CBE1F8
6#D6E7F9
7#E0EDFB
8#EAF3FC
9#F5F9FE
Tones
Muted variations
1#9CC3EC
2#A1C3E8
3#A5C3E4
4#AAC3DF
5#AEC4DB
6#B3C4D6
7#B7C4D2
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 | E0ED #E0EDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DD #C5DDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C3 #98C3F1 | BordersInactive statesPlaceholder text |
| 400 | 62A3 #62A3EA | Disabled statesSecondary iconsMuted text |
| 500 | 3589 #3589E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B6D #1B6DC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1557 #15579D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F3E #0F3E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A28 #0A2848 | Primary textHigh emphasis contentDark headings |
| 950 | 0619 #06192D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E0EDFB;
--sky-blue-200: #C5DDF7;
--sky-blue-300: #98C3F1;
--sky-blue-400: #62A3EA;
--sky-blue-500: #3589E3;
--sky-blue-600: #1B6DC5;
--sky-blue-700: #15579D;
--sky-blue-800: #0F3E70;
--sky-blue-900: #0A2848;
--sky-blue-950: #06192D;
}