Sky Blue
#92C3F6
BlueColor Codes
All color formats for development
HEX
#92C3F6RGB
rgb(146, 195, 246)HSL
hsl(211, 85%, 77%)OKLCH
oklch(0.801 0.089 250)CMYK
cmyk(41%, 21%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EAEF3
2#4A9AF0
3#2686ED
4#1272DA
5#0F5FB6
6#0C4C91
7#09396D
8#062649
9#031324
Tints
Lighter variations
1#9DC9F7
2#A8CFF8
3#B3D5F9
4#BEDBFA
5#C9E1FB
6#D4E7FB
7#DEEDFC
8#E9F3FD
9#F4F9FE
Tones
Muted variations
1#97C3F1
2#9CC3EC
3#A1C3E7
4#A6C3E2
5#ABC4DD
6#B0C4D8
7#B5C4D3
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 | DEED #DEEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DD #C2DDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C3 #92C3F6 | BordersInactive statesPlaceholder text |
| 400 | 5AA3 #5AA3F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B89 #2B89EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 116D #116DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D57 #0D57A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3E #0A3E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0628 #06284B | Primary textHigh emphasis contentDark headings |
| 950 | 0419 #04192F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DEEDFC;
--sky-blue-200: #C2DDFA;
--sky-blue-300: #92C3F6;
--sky-blue-400: #5AA3F2;
--sky-blue-500: #2B89EE;
--sky-blue-600: #116DD0;
--sky-blue-700: #0D57A5;
--sky-blue-800: #0A3E76;
--sky-blue-900: #06284B;
--sky-blue-950: #04192F;
}