Sky Blue
#6FB6DC
BlueColor Codes
All color formats for development
HEX
#6FB6DCRGB
rgb(111, 182, 220)HSL
hsl(201, 61%, 65%)OKLCH
oklch(0.744 0.09 233.2)CMYK
cmyk(50%, 17%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55A9D6
2#3A9BCF
3#2D89BB
4#2776A0
5#206285
6#1A4E6B
7#133B50
8#0D2735
9#06141B
Tints
Lighter variations
1#7EBDE0
2#8CC5E3
3#9ACCE7
4#A9D3EA
5#B7DBEE
6#C6E2F1
7#D4E9F5
8#E2F0F8
9#F1F8FC
Tones
Muted variations
1#75B4D7
2#7AB3D1
3#80B1CC
4#85B0C6
5#8BAEC1
6#90ACBC
7#95ABB6
8#9BA9B1
9#A0A7AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE4 #CAE4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CF #A1CFE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB6 #6FB6DC | Disabled statesSecondary iconsMuted text |
| 500 | 46A1 #46A1D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C85 #2C85B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236A #236A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194B #194B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1030 #103042 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E2F0F8;
--sky-blue-200: #CAE4F2;
--sky-blue-300: #A1CFE8;
--sky-blue-400: #6FB6DC;
--sky-blue-500: #46A1D2;
--sky-blue-600: #2C85B5;
--sky-blue-700: #236A90;
--sky-blue-800: #194B67;
--sky-blue-900: #103042;
--sky-blue-950: #0A1E29;
}