Sky Blue
#5AB7F2
BlueColor Codes
All color formats for development
HEX
#5AB7F2RGB
rgb(90, 183, 242)HSL
hsl(203, 85%, 65%)OKLCH
oklch(0.747 0.123 239.2)CMYK
cmyk(63%, 24%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BAAEF
2#1D9DED
3#118BD7
4#0F77B8
5#0C6399
6#0A4F7B
7#073C5C
8#05283D
9#02141F
Tints
Lighter variations
1#6ABFF3
2#7BC6F4
3#8BCDF6
4#9CD4F7
5#ACDBF8
6#BDE2FA
7#CDEAFB
8#DEF1FC
9#EEF8FE
Tones
Muted variations
1#61B6EA
2#69B4E2
3#71B2DB
4#78B0D3
5#80AFCC
6#87ADC4
7#8FABBD
8#97A9B5
9#9EA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E4 #C2E4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D0 #92D0F6 | BordersInactive statesPlaceholder text |
| 400 | 5AB7 #5AB7F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BA3 #2BA3EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1186 #1186D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D6B #0D6BA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4C #0A4C76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0631 #06314B | Primary textHigh emphasis contentDark headings |
| 950 | 041F #041F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DEF1FC;
--sky-blue-200: #C2E4FA;
--sky-blue-300: #92D0F6;
--sky-blue-400: #5AB7F2;
--sky-blue-500: #2BA3EE;
--sky-blue-600: #1186D0;
--sky-blue-700: #0D6BA5;
--sky-blue-800: #0A4C76;
--sky-blue-900: #06314B;
--sky-blue-950: #041F2F;
}