Sky Blue
#6FA0DC
BlueColor Codes
All color formats for development
HEX
#6FA0DCRGB
rgb(111, 160, 220)HSL
hsl(213, 61%, 65%)OKLCH
oklch(0.695 0.103 254.1)CMYK
cmyk(50%, 27%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#558FD6
2#3A7DCF
3#2D6DBB
4#275DA0
5#204E85
6#1A3E6B
7#132F50
8#0D1F35
9#06101B
Tints
Lighter variations
1#7EAAE0
2#8CB3E3
3#9ABDE7
4#A9C6EA
5#B7D0EE
6#C6D9F1
7#D4E3F5
8#E2ECF8
9#F1F6FC
Tones
Muted variations
1#75A1D7
2#7AA1D1
3#80A2CC
4#85A2C6
5#8BA3C1
6#90A4BC
7#95A4B6
8#9BA5B1
9#A0A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADC #CADCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C1 #A1C1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA0 #6FA0DC | Disabled statesSecondary iconsMuted text |
| 500 | 4685 #4685D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C69 #2C69B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2354 #235490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193C #193C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1026 #102642 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E2ECF8;
--sky-blue-200: #CADCF2;
--sky-blue-300: #A1C1E8;
--sky-blue-400: #6FA0DC;
--sky-blue-500: #4685D2;
--sky-blue-600: #2C69B5;
--sky-blue-700: #235490;
--sky-blue-800: #193C67;
--sky-blue-900: #102642;
--sky-blue-950: #0A1829;
}