Sky Blue
#98BEF1
BlueColor Codes
All color formats for development
HEX
#98BEF1RGB
rgb(152, 190, 241)HSL
hsl(214, 76%, 77%)OKLCH
oklch(0.792 0.084 255.9)CMYK
cmyk(37%, 21%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75A9EC
2#5393E7
3#307EE3
4#1C6ACF
5#1858AD
6#13478A
7#0E3568
8#092345
9#051223
Tints
Lighter variations
1#A2C5F2
2#ACCBF4
3#B7D2F5
4#C1D8F7
5#CBDFF8
6#D6E5F9
7#E0ECFB
8#EAF2FC
9#F5F9FE
Tones
Muted variations
1#9CBFEC
2#A1C0E8
3#A5C0E4
4#AAC1DF
5#AEC1DB
6#B3C2D6
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 | E0EB #E0EBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DA #C5DAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BE #98BEF1 | BordersInactive statesPlaceholder text |
| 400 | 629D #629DEA | Disabled statesSecondary iconsMuted text |
| 500 | 3581 #3581E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B65 #1B65C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1550 #15509D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F39 #0F3970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A25 #0A2548 | Primary textHigh emphasis contentDark headings |
| 950 | 0617 #06172D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E0EBFB;
--sky-blue-200: #C5DAF7;
--sky-blue-300: #98BEF1;
--sky-blue-400: #629DEA;
--sky-blue-500: #3581E3;
--sky-blue-600: #1B65C5;
--sky-blue-700: #15509D;
--sky-blue-800: #0F3970;
--sky-blue-900: #0A2548;
--sky-blue-950: #06172D;
}