Sky Blue
#6FABDC
BlueColor Codes
All color formats for development
HEX
#6FABDCRGB
rgb(111, 171, 220)HSL
hsl(207, 61%, 65%)OKLCH
oklch(0.719 0.095 244.3)CMYK
cmyk(50%, 22%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#559CD6
2#3A8CCF
3#2D7BBB
4#276AA0
5#205885
6#1A466B
7#133550
8#0D2335
9#06121B
Tints
Lighter variations
1#7EB4E0
2#8CBCE3
3#9AC4E7
4#A9CDEA
5#B7D5EE
6#C6DDF1
7#D4E6F5
8#E2EEF8
9#F1F7FC
Tones
Muted variations
1#75ABD7
2#7AAAD1
3#80AACC
4#85A9C6
5#8BA8C1
6#90A8BC
7#95A7B6
8#9BA7B1
9#A0A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE0 #CAE0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C8 #A1C8E8 | BordersInactive statesPlaceholder text |
| 400 | 6FAB #6FABDC | Disabled statesSecondary iconsMuted text |
| 500 | 4693 #4693D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C77 #2C77B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235F #235F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1944 #194467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102B #102B42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E2EEF8;
--sky-blue-200: #CAE0F2;
--sky-blue-300: #A1C8E8;
--sky-blue-400: #6FABDC;
--sky-blue-500: #4693D2;
--sky-blue-600: #2C77B5;
--sky-blue-700: #235F90;
--sky-blue-800: #194467;
--sky-blue-900: #102B42;
--sky-blue-950: #0A1B29;
}