Sky Blue
#6FB2DC
BlueColor Codes
All color formats for development
HEX
#6FB2DCRGB
rgb(111, 178, 220)HSL
hsl(203, 61%, 65%)OKLCH
oklch(0.735 0.092 237.3)CMYK
cmyk(50%, 19%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55A4D6
2#3A96CF
3#2D85BB
4#2772A0
5#205F85
6#1A4C6B
7#133950
8#0D2635
9#06131B
Tints
Lighter variations
1#7EBAE0
2#8CC2E3
3#9AC9E7
4#A9D1EA
5#B7D9EE
6#C6E0F1
7#D4E8F5
8#E2F0F8
9#F1F7FC
Tones
Muted variations
1#75B1D7
2#7AB0D1
3#80AFCC
4#85ADC6
5#8BACC1
6#90ABBC
7#95AAB6
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 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CD #A1CDE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB2 #6FB2DC | Disabled statesSecondary iconsMuted text |
| 500 | 469D #469DD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C80 #2C80B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2366 #236690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1949 #194967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F42 | 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: #E2F0F8;
--sky-blue-200: #CAE3F2;
--sky-blue-300: #A1CDE8;
--sky-blue-400: #6FB2DC;
--sky-blue-500: #469DD2;
--sky-blue-600: #2C80B5;
--sky-blue-700: #236690;
--sky-blue-800: #194967;
--sky-blue-900: #102F42;
--sky-blue-950: #0A1D29;
}