Sky Blue
#6FA6DC
BlueColor Codes
All color formats for development
HEX
#6FA6DCRGB
rgb(111, 166, 220)HSL
hsl(210, 61%, 65%)OKLCH
oklch(0.708 0.099 248.9)CMYK
cmyk(50%, 25%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5595D6
2#3A85CF
3#2D74BB
4#2763A0
5#205385
6#1A426B
7#133250
8#0D2135
9#06111B
Tints
Lighter variations
1#7EAFE0
2#8CB8E3
3#9AC1E7
4#A9C9EA
5#B7D2EE
6#C6DBF1
7#D4E4F5
8#E2EDF8
9#F1F6FC
Tones
Muted variations
1#75A6D7
2#7AA6D1
3#80A6CC
4#85A6C6
5#8BA6C1
6#90A6BC
7#95A6B6
8#9BA6B1
9#A0A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADE #CADEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C4 #A1C4E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA6 #6FA6DC | Disabled statesSecondary iconsMuted text |
| 500 | 468C #468CD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C70 #2C70B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2359 #235990 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1940 #194067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1029 #102942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1A #0A1A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E2EDF8;
--sky-blue-200: #CADEF2;
--sky-blue-300: #A1C4E8;
--sky-blue-400: #6FA6DC;
--sky-blue-500: #468CD2;
--sky-blue-600: #2C70B5;
--sky-blue-700: #235990;
--sky-blue-800: #194067;
--sky-blue-900: #102942;
--sky-blue-950: #0A1A29;
}