Sky Blue
#6D9ADF
BlueColor Codes
All color formats for development
HEX
#6D9ADFRGB
rgb(109, 154, 223)HSL
hsl(216, 64%, 65%)OKLCH
oklch(0.683 0.114 258.7)CMYK
cmyk(51%, 31%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5188D9
2#3675D3
3#2A65BE
4#2457A3
5#1E4888
6#183A6D
7#122B52
8#0C1D36
9#060E1B
Tints
Lighter variations
1#7BA4E2
2#8AAEE5
3#99B9E9
4#A7C3EC
5#B6CDEF
6#C4D7F2
7#D3E1F5
8#E2EBF9
9#F0F5FC
Tones
Muted variations
1#729BD9
2#789DD3
3#7E9ECE
4#839FC8
5#89A0C2
6#8FA1BD
7#95A2B7
8#9AA3B1
9#A0A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DA #C9DAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FBD #9FBDEA | BordersInactive statesPlaceholder text |
| 400 | 6D9A #6D9ADF | Disabled statesSecondary iconsMuted text |
| 500 | 437E #437ED6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2862 #2862B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 204E #204E92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1738 #173869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F24 #0F2443 | Primary textHigh emphasis contentDark headings |
| 950 | 0916 #09162A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F6FC;
--sky-blue-100: #E2EBF9;
--sky-blue-200: #C9DAF3;
--sky-blue-300: #9FBDEA;
--sky-blue-400: #6D9ADF;
--sky-blue-500: #437ED6;
--sky-blue-600: #2862B8;
--sky-blue-700: #204E92;
--sky-blue-800: #173869;
--sky-blue-900: #0F2443;
--sky-blue-950: #09162A;
}