Sky Blue
#6FB4DC
BlueColor Codes
All color formats for development
HEX
#6FB4DCRGB
rgb(111, 180, 220)HSL
hsl(202, 61%, 65%)OKLCH
oklch(0.739 0.091 235.3)CMYK
cmyk(50%, 18%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55A6D6
2#3A99CF
3#2D87BB
4#2774A0
5#206085
6#1A4D6B
7#133A50
8#0D2735
9#06131B
Tints
Lighter variations
1#7EBCE0
2#8CC3E3
3#9ACBE7
4#A9D2EA
5#B7DAEE
6#C6E1F1
7#D4E9F5
8#E2F0F8
9#F1F8FC
Tones
Muted variations
1#75B3D7
2#7AB1D1
3#80B0CC
4#85AEC6
5#8BADC1
6#90ACBC
7#95AAB6
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 | CAE3 #CAE3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CE #A1CEE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB4 #6FB4DC | Disabled statesSecondary iconsMuted text |
| 500 | 469F #469FD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C82 #2C82B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2368 #236890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194A #194A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F42 | 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: #CAE3F2;
--sky-blue-300: #A1CEE8;
--sky-blue-400: #6FB4DC;
--sky-blue-500: #469FD2;
--sky-blue-600: #2C82B5;
--sky-blue-700: #236890;
--sky-blue-800: #194A67;
--sky-blue-900: #102F42;
--sky-blue-950: #0A1E29;
}