Sky Blue
#6DA0DF
BlueColor Codes
All color formats for development
HEX
#6DA0DFRGB
rgb(109, 160, 223)HSL
hsl(213, 64%, 65%)OKLCH
oklch(0.696 0.108 254.3)CMYK
cmyk(51%, 28%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#518ED9
2#367DD3
3#2A6DBE
4#245DA3
5#1E4E88
6#183E6D
7#122F52
8#0C1F36
9#06101B
Tints
Lighter variations
1#7BAAE2
2#8AB3E5
3#99BDE9
4#A7C6EC
5#B6D0EF
6#C4D9F2
7#D3E3F5
8#E2ECF9
9#F0F6FC
Tones
Muted variations
1#72A1D9
2#78A1D3
3#7EA2CE
4#83A2C8
5#89A3C2
6#8FA3BD
7#95A4B7
8#9AA5B1
9#A0A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DC #C9DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC1 #9FC1EA | BordersInactive statesPlaceholder text |
| 400 | 6DA0 #6DA0DF | Disabled statesSecondary iconsMuted text |
| 500 | 4385 #4385D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2869 #2869B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2054 #205492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 173C #173C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F26 #0F2643 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FC;
--sky-blue-100: #E2ECF9;
--sky-blue-200: #C9DCF3;
--sky-blue-300: #9FC1EA;
--sky-blue-400: #6DA0DF;
--sky-blue-500: #4385D6;
--sky-blue-600: #2869B8;
--sky-blue-700: #205492;
--sky-blue-800: #173C69;
--sky-blue-900: #0F2643;
--sky-blue-950: #09182A;
}