Sky Blue
#93C9F6
BlueColor Codes
All color formats for development
HEX
#93C9F6RGB
rgb(147, 201, 246)HSL
hsl(207, 85%, 77%)OKLCH
oklch(0.815 0.085 244.2)CMYK
cmyk(40%, 18%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EB7F3
2#4AA5F0
3#2693ED
4#1280DA
5#0F6BB6
6#0C5591
7#09406D
8#062B49
9#031524
Tints
Lighter variations
1#9DCFF7
2#A8D4F8
3#B3D9F9
4#BEDFFA
5#C9E4FB
6#D4EAFB
7#DEEFFC
8#E9F4FD
9#F4FAFE
Tones
Muted variations
1#97C9F1
2#9CC8EC
3#A1C8E7
4#A6C7E2
5#ABC7DD
6#B0C6D8
7#B5C6D3
8#BAC5CE
9#BFC5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E1 #C2E1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C9 #92C9F6 | BordersInactive statesPlaceholder text |
| 400 | 5AAD #5AADF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B96 #2B96EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 117A #117AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D61 #0D61A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A45 #0A4576 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062C #062C4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEEFFC;
--sky-blue-200: #C2E1FA;
--sky-blue-300: #92C9F6;
--sky-blue-400: #5AADF2;
--sky-blue-500: #2B96EE;
--sky-blue-600: #117AD0;
--sky-blue-700: #0D61A5;
--sky-blue-800: #0A4576;
--sky-blue-900: #062C4B;
--sky-blue-950: #041C2F;
}