Sky Blue
#6D9CDF
BlueColor Codes
All color formats for development
HEX
#6D9CDFRGB
rgb(109, 156, 223)HSL
hsl(215, 64%, 65%)OKLCH
oklch(0.687 0.112 257.3)CMYK
cmyk(51%, 30%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#518AD9
2#3678D3
3#2A68BE
4#2459A3
5#1E4A88
6#183B6D
7#122C52
8#0C1E36
9#060F1B
Tints
Lighter variations
1#7BA6E2
2#8AB0E5
3#99BAE9
4#A7C4EC
5#B6CEEF
6#C4D7F2
7#D3E1F5
8#E2EBF9
9#F0F5FC
Tones
Muted variations
1#729DD9
2#789ED3
3#7E9FCE
4#83A0C8
5#89A1C2
6#8FA2BD
7#95A3B7
8#9AA4B1
9#A0A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DA #C9DAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FBE #9FBEEA | BordersInactive statesPlaceholder text |
| 400 | 6D9C #6D9CDF | Disabled statesSecondary iconsMuted text |
| 500 | 4380 #4380D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2864 #2864B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2050 #205092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1739 #173969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F24 #0F2443 | Primary textHigh emphasis contentDark headings |
| 950 | 0917 #09172A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FC;
--sky-blue-100: #E2EBF9;
--sky-blue-200: #C9DAF3;
--sky-blue-300: #9FBEEA;
--sky-blue-400: #6D9CDF;
--sky-blue-500: #4380D6;
--sky-blue-600: #2864B8;
--sky-blue-700: #205092;
--sky-blue-800: #173969;
--sky-blue-900: #0F2443;
--sky-blue-950: #09172A;
}