Sky Blue
#93C1F6
BlueColor Codes
All color formats for development
HEX
#93C1F6RGB
rgb(147, 193, 246)HSL
hsl(212, 85%, 77%)OKLCH
oklch(0.798 0.09 252.4)CMYK
cmyk(40%, 22%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EACF3
2#4A98F0
3#2683ED
4#126FDA
5#0F5DB6
6#0C4A91
7#09386D
8#062549
9#031324
Tints
Lighter variations
1#9DC7F7
2#A8CDF8
3#B3D4F9
4#BEDAFA
5#C9E0FB
6#D4E6FB
7#DEECFC
8#E9F3FD
9#F4F9FE
Tones
Muted variations
1#97C1F1
2#9CC2EC
3#A1C2E7
4#A6C2E2
5#ABC3DD
6#B0C3D8
7#B5C3D3
8#BAC4CE
9#BFC4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DC #C2DCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C1 #92C1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AA1 #5AA1F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B86 #2B86EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 116A #116AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D54 #0D54A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3C #0A3C76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0626 #06264B | Primary textHigh emphasis contentDark headings |
| 950 | 0418 #04182F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DEECFC;
--sky-blue-200: #C2DCFA;
--sky-blue-300: #92C1F6;
--sky-blue-400: #5AA1F2;
--sky-blue-500: #2B86EE;
--sky-blue-600: #116AD0;
--sky-blue-700: #0D54A5;
--sky-blue-800: #0A3C76;
--sky-blue-900: #06264B;
--sky-blue-950: #04182F;
}