Sky Blue
#6FB8DC
BlueColor Codes
All color formats for development
HEX
#6FB8DCRGB
rgb(111, 184, 220)HSL
hsl(200, 61%, 65%)OKLCH
oklch(0.748 0.09 231.1)CMYK
cmyk(50%, 16%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55ABD6
2#3A9DCF
3#2D8CBB
4#2778A0
5#206485
6#1A506B
7#133C50
8#0D2835
9#06141B
Tints
Lighter variations
1#7EBFE0
2#8CC6E3
3#9ACDE7
4#A9D4EA
5#B7DBEE
6#C6E3F1
7#D4EAF5
8#E2F1F8
9#F1F8FC
Tones
Muted variations
1#75B6D7
2#7AB4D1
3#80B2CC
4#85B1C6
5#8BAFC1
6#90ADBC
7#95ABB6
8#9BA9B1
9#A0A8AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE5 #CAE5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D0 #A1D0E8 | BordersInactive statesPlaceholder text |
| 400 | 6FB8 #6FB8DC | Disabled statesSecondary iconsMuted text |
| 500 | 46A4 #46A4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C87 #2C87B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236B #236B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194D #194D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1031 #103142 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1F #0A1F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E2F1F8;
--sky-blue-200: #CAE5F2;
--sky-blue-300: #A1D0E8;
--sky-blue-400: #6FB8DC;
--sky-blue-500: #46A4D2;
--sky-blue-600: #2C87B5;
--sky-blue-700: #236B90;
--sky-blue-800: #194D67;
--sky-blue-900: #103142;
--sky-blue-950: #0A1F29;
}