Sky Blue
#6FB1DC
BlueColor Codes
All color formats for development
HEX
#6FB1DCRGB
rgb(111, 177, 220)HSL
hsl(204, 61%, 65%)OKLCH
oklch(0.733 0.092 238.4)CMYK
cmyk(50%, 20%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55A2D6
2#3A94CF
3#2D82BB
4#2770A0
5#205D85
6#1A4A6B
7#133850
8#0D2535
9#06131B
Tints
Lighter variations
1#7EB8E0
2#8CC0E3
3#9AC8E7
4#A9D0EA
5#B7D8EE
6#C6E0F1
7#D4E7F5
8#E2EFF8
9#F1F7FC
Tones
Muted variations
1#75B0D7
2#7AAED1
3#80ADCC
4#85ACC6
5#8BABC1
6#90AABC
7#95A9B6
8#9BA8B1
9#A0A7AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE2 #CAE2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CC #A1CCE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB1 #6FB1DC | Disabled statesSecondary iconsMuted text |
| 500 | 469A #469AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C7E #2C7EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2364 #236490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1948 #194867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102E #102E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E2EFF8;
--sky-blue-200: #CAE2F2;
--sky-blue-300: #A1CCE8;
--sky-blue-400: #6FB1DC;
--sky-blue-500: #469AD2;
--sky-blue-600: #2C7EB5;
--sky-blue-700: #236490;
--sky-blue-800: #194867;
--sky-blue-900: #102E42;
--sky-blue-950: #0A1D29;
}