Sky Blue
#6FBADC
BlueColor Codes
All color formats for development
HEX
#6FBADCRGB
rgb(111, 186, 220)HSL
hsl(199, 61%, 65%)OKLCH
oklch(0.753 0.089 228.9)CMYK
cmyk(50%, 15%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55ADD6
2#3AA0CF
3#2D8EBB
4#277AA0
5#206585
6#1A516B
7#133D50
8#0D2935
9#06141B
Tints
Lighter variations
1#7EC1E0
2#8CC8E3
3#9ACEE7
4#A9D5EA
5#B7DCEE
6#C6E3F1
7#D4EAF5
8#E2F1F8
9#F1F8FC
Tones
Muted variations
1#75B8D7
2#7AB6D1
3#80B4CC
4#85B2C6
5#8BB0C1
6#90AEBC
7#95ACB6
8#9BAAB1
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 | A1D1 #A1D1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBA #6FBADC | Disabled statesSecondary iconsMuted text |
| 500 | 46A6 #46A6D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C89 #2C89B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236D #236D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194E #194E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1032 #103242 | 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: #A1D1E8;
--sky-blue-400: #6FBADC;
--sky-blue-500: #46A6D2;
--sky-blue-600: #2C89B5;
--sky-blue-700: #236D90;
--sky-blue-800: #194E67;
--sky-blue-900: #103242;
--sky-blue-950: #0A1F29;
}