[Skip navigation links]

Site Report

This tab shows accessibility issues, indicating problems for older users, people with disabilities or accessibility needs. Automated testing cannot detect all accessibility issues, so should be used alongside human testing.

LevelWCAG 2.1Section 508 - 2017Key
ALevel A, 7 issuesLevel A, 7 issuesCritical Pages with level A issues are unusable for some people
AALevel AA, 1 issuesLevel AA, 1 issuesVery Important Pages with level AA issues are very difficult to use
AAALevel AAA, 4 issuesLess Important Pages with level AAA issues can be difficult to use
PriorityDescription and URLGuideline and Line NumberCount

Level A

9 issues on 14 pages

Critical ul elements must contain either an li element or an element with role=listitem and must not contain elements with other roles. ARIA 1.2 WCAG 2.1 A 1.3.1 Section 508 (2017) A 1.3.1
Owned roles: no owned roles
<ul class='grid grid-cols-1 ...'><div class='js-contact flex ...'>...</div></ul>
Line 1245

https://www.yesboxgoteborg.se/kalender/lar-dig-salja-utan-pitch-1

Critical Several links on a page share the same link text and surrounding context, but go to different destinations. WCAG 2.1 A F63 Section 508 (2017) A F63
Make the link text unique for each target page (which helps all users) or add an aria-label or aria-describedby to the link (which helps screen reader users). 2.4.4 2.4.9
Link text: Boka rådgivningLine 1115
Link text: Boka rådgivningLine 1139
Link text: Boka rådgivningLine 1163

https://www.yesboxgoteborg.se/boka-radgivning

CriticalDocument title must not be blank. WCAG 2.1 A F25 Section 508 (2017) A F25
For HTML pages change the title element. For Office documents and PDF documents produced from Office, fill in the Title in Document Properties before saving as PDF. 2.4.2

https://www.yesboxgoteborg.se/sites/yesboxgoteborg/files/newsFiles/wkr0006_3.pdf

Page 1

https://www.yesboxgoteborg.se/sites/yesboxgoteborg/files/newsFiles/wkr0006_4.pdf

Page 1

CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts. WCAG 2.1 A F65 Section 508 (2017) A F65
Each image should have an ALT attribute describing the picture, which screen readers can read aloud. See PDF Techniques for WCAG: Text Alternatives.

PDF graphics with missing ALT attributes cause problems in:

  • NVDA 2021 with Chrome: a meaningless label like 'unlabeled graphic' is voiced.
  • NVDA 2021 with Firefox: the image is ignored.
  • JAWS 2021 with Chrome: a meaningless label like 'unlabeled graphic' is voiced.
  • JAWS 2021 with Firefox: the image is ignored.
  • VoiceOver macOS with Safari: a meaningless label like 'image' is voiced.
  • VoiceOver iOS with Safari: a meaningless label like 'image' is voiced.
1.1.1
<image></image>
Page 3
<image></image>
Page 4
<image></image>
Page 6
<image></image>
Page 7
<figure class='Figure'></figure>
Page 1

https://www.yesboxgoteborg.se/sites/yesboxgoteborg/files/newsFiles/wkr0006_3.pdf

<figure class='Figure'></figure>
Page 1
<figure class='Figure'><span class='Span'></span></figure>
Page 13
<figure class='Figure'><span class='Span'></span></figure>
Page 16
<figure class='Figure'><span class='Span'></span></figure>
Page 24
<figure class='Figure'></figure>
Page 33

https://www.yesboxgoteborg.se/sites/yesboxgoteborg/files/newsFiles/wkr0006_4.pdf

CriticalHTML form control has no accessible name. WCAG 2.1 A F68 Section 508 (2017) A F68

A label (or name) linked to the control allows screen readers to voice the label correctly when reading the control. To add a label do one of the following:

  • Use a label element with the for attribute set to the ID of the form control
  • Wrap a label element around the form control
  • Add a title attribute
  • Add an aria-label attribute
  • Add an aria-labelledby attribute
4.1.2
<select name='sorting'><option value='...'>... först</option>...</select>
Line 1219

https://www.yesboxgoteborg.se/kalender

CriticalHeadings should not be empty. ARIA 1.2 5.2.8
Add visible text to the heading, or alt text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h3</h3>
Line 1157

https://www.yesboxgoteborg.se/kalender/driva-workshop-0

CriticalIdentify row and column headers in data tables using th elements, and mark layout tables with role=presentation. WCAG 2.1 A F91 Section 508 (2017) A F91
Data tables allow screen reader users to understand column and row relationships. Layout tables read cells as a series of unrelated paragraphs with no tabular structure.
Without th or role, screen readers apply heuristics to decide whether a table is a layout table or data table. These heuristics vary greatly between screen readers, and are affected by browser being used, window size, and font size (so the outcome is very unpredictable without th or role).
If a data table has headers marked up using td, then change these to th. If a data table has no headers, add th elements describing each row and/or column. If the table is only used for layout add role=presentation to the table element.

Impact on users:

  • JAWS Reading: Treats tables without th and role as layout tables if the table contains cells above or below certain pixel sizes. This measurement is affected by browser window size, browser font size, and the browser used.
  • NVDA Reading: Applies a layout table heuristic to tables without th and role which varies depending on the browser used and on the window size in some circumstances.
  • VoiceOver Reading: Uses a sophisticated heuristic on tables without th and role, which is similar (but not identical) to the heuristic used by NVDA with Firefox.
1.3.1
<table class='table' style='width:100%;' border='0' cellpadding='1' cellspacing='1'>...</table>
Line 1071

https://www.yesboxgoteborg.se/om-yesbox/kontakta-oss

CriticalThe aria-checked attribute must not be used on an input element with type=radio or type=checkbox. HTML5 ARIA 1.2
Use the native checked attribute on radio buttons and check boxes.
<input type='checkbox' id='...' class='...' disabled='disabled' checked='checked' role='switch' aria-labelledby='...' aria-checked='true'>
Line 460

https://www.yesboxgoteborg.se/

Criticaliframe and frame elements must have a title attribute. WCAG 2.1 A 4.1.2 Section 508 (2017) A 4.1.2
Add a title attribute or ARIA label to each iframe and frame element (e.g. title='Main Content'). VoiceOver on macOS does not read frame contents automatically, and without a title the user does not know what the frame contains.

Impact on users:

  • VoiceOver macOS 14.6 Safari 17.6 macOS 14.6.1 Reading: Meaningless frame title read out.
<iframe src='...e' frameborder='0' style='...' scrolling='no'></iframe>
Line 1255

https://www.yesboxgoteborg.se/kalender/driva-workshop-0

<iframe src='...e' frameborder='0' style='...' scrolling='no'></iframe>
Line 1184

https://www.yesboxgoteborg.se/kalender/feminine-power-get-together-0

<iframe src='...e' frameborder='0' style='...' scrolling='no'></iframe>
Line 1189

https://www.yesboxgoteborg.se/kalender/intro-om-yesbox-3

<iframe src='...e' frameborder='0' style='...' scrolling='no'></iframe>
Line 1200

https://www.yesboxgoteborg.se/kalender/introduction-session-about-yesbox-4

<iframe src='...e' frameborder='0' style='...' scrolling='no'></iframe>
Line 1235

https://www.yesboxgoteborg.se/kalender/lar-dig-salja-utan-pitch-1

<iframe src='...e' frameborder='0' style='...' scrolling='no'></iframe>
Line 1220

https://www.yesboxgoteborg.se/kalender/workshopserien-driva

<iframe src='...e' frameborder='0' style='...' scrolling='no'></iframe>
Line 1220

https://www.yesboxgoteborg.se/kalender/workshopserien-driva-0

<iframe src='...e' frameborder='0' style='...' scrolling='no'></iframe>
Line 1191

https://www.yesboxgoteborg.se/kalender/yesbox-frukostklubb

Level AA

1 issues on 61 pages

Very ImportantEnsure that text and background colors have enough contrast. WCAG 2.1 AA 1.4.3 Section 508 (2017) AA 1.4.3

Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

  • The contrast ratio should be 3.0 or more for 18 point text, or larger
  • The contrast ratio should be 3.0 or more for 14 point bold text, or larger
  • The contrast ratio should be 4.5 or more for all other text
1.4.6
The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 484
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 491
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 498
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 505
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 528

https://www.yesboxgoteborg.se/

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 61
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 68
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 75
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 82
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 105

https://www.yesboxgoteborg.se/boka-radgivning

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 61
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 68
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 75
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 82
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 105

https://www.yesboxgoteborg.se/cookies

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 60
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 67
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 74
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 81
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 104

https://www.yesboxgoteborg.se/gdpr

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 61
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 68
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 75
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 82
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 105

https://www.yesboxgoteborg.se/innovationsledning

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/innovationsledning/tjanster-innovationsledning

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 700.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender' aria-current='page'>Eventkalender</a>
Line 59
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 66
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 73
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 80
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 103

https://www.yesboxgoteborg.se/kalender

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/kalender/driva-workshop-0

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/kalender/feminine-power-get-together-0

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 61
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 68
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 75
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 82
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 105

https://www.yesboxgoteborg.se/kalender/foretagsekonomi-icke-ekonomer-0

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/kalender/intro-om-yesbox-3

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/kalender/introduction-session-about-yesbox-4

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/kalender/lar-dig-salja-utan-pitch-1

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 61
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 68
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 75
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 82
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 105

https://www.yesboxgoteborg.se/kalender/match-made-heaven-2

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 61
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 68
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 75
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 82
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 105

https://www.yesboxgoteborg.se/kalender/politisk-dialog-valet26

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/kalender/workshopserien-driva

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/kalender/workshopserien-driva-0

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/kalender/yesbox-frukostklubb

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 59
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 66
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 73
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 80
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 103

https://www.yesboxgoteborg.se/kontakta-oss/selma-atic

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/lankbibliotek

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 59
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 700.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347' aria-current='page'>Nyheter</a>
Line 66
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 73
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 80
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 103

https://www.yesboxgoteborg.se/nyheter

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/aspektra-vill-bidra-till-ett-solidariskt-samhalle

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 63
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 70
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 77
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 84
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 107

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/brott-mot-foretag-i-goteborg-jamnt-fordelade-geografiskt

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/fem-ar-av-foretagsdrommar-som-blir-verklighet

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 63
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 70
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 77
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 84
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 107

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/fick-hjalp-att-konkretisera-mina-foretagsstrategier

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/framtidshubben-en-vag-till-jobb-studier-och-foretagande

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 63
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 70
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 77
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 84
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 107

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/fran-uf-till-vaxande-pralinvarumarke

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 63
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 70
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 77
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 84
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 107

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/goteborgsregionens-foretagsklimat-maste-starkas-ytterligare

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/gunnars-uppfinning-gjorde-succe-i-draknastet

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/har-far-entreprenorer-radgivning-pa-yesbox

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 63
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 70
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 77
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 84
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 107

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/helt-plotsligt-var-vi-ett-riktigt-foretag

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 63
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 70
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 77
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 84
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 107

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/lagkonjunkturen-har-natt-goteborg

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/miljoner-att-soka-innovativa-ideer

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 63
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 70
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 77
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 84
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 107

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/nar-verkligheten-andras-maste-affaren-ocksa-gora-det

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 63
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 70
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 77
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 84
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 107

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/ny-direktlinje-mellan-new-york-och-landvetter-med-sas

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/omar-hjalper-andra-att-starta-eget

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/osttillverkare-vill-locka-mathantverkare-till-gamlestaden

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 63
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 70
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 77
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 84
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 107

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/polestars-johan-malmqvist-blir-arets-finansprofil

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 63
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 70
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 77
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 84
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 107

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/rekordmanga-startar-eget-i-goteborg-radgivarnas-basta-tips

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 63
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 70
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 77
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 84
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 107

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/sa-blev-hallbarhetsarbetet-enklare-att-greppa-hte-produktion

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 63
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 70
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 77
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 84
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 107

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/sa-sakrar-du-kapital-till-ditt-foretag

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 63
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 70
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 77
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 84
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 107

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/sa-starker-du-foretaget-i-tuffa-tider

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/sma-foretag-spelar-stor-roll

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/om-yesbox

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 63
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 70
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 77
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 84
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 107

https://www.yesboxgoteborg.se/om-yesbox/historien-om-yesbox

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 700.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920' aria-current='page'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 700.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920' aria-current='page'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/om-yesbox/kontakta-oss

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/om-yesbox/lokaler

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/om-yesbox/organisationer-pa-yesbox/ansok-om-medlemskap

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 61
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 68
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 75
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 82
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 105

https://www.yesboxgoteborg.se/starta-foretag

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/starta-foretag/hallbart-foretagande

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/starta-foretag/sa-funkar-det

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 60
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 67
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 74
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 81
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 104

https://www.yesboxgoteborg.se/support-group-network

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 60
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 67
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 74
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 81
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 104

https://www.yesboxgoteborg.se/tillganglighetsredogorelse

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 61
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 68
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 75
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 82
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 105

https://www.yesboxgoteborg.se/utveckla-foretag

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 61
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 68
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 75
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 82
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 105

https://www.yesboxgoteborg.se/utveckla-foretag/nasta-steg

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/utveckla-foretag/samverkan

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/utveckla-foretag/tjanster-att-utveckla-foretag

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 61
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 68
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 75
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 82
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 105

https://www.yesboxgoteborg.se/utveckla-ide

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/utveckla-ide/steg-steg

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 62
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 69
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 76
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 83
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 106

https://www.yesboxgoteborg.se/utveckla-ide/vi-hjalper-dig

The text color to background color contrast ratio after composition is:
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/kalender' class='inline-block ...' data-drupal-link-system-path='kalender'>Eventkalender</a>
Line 60
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/nyheter' class='inline-block ...' data-drupal-link-system-path='node/3347'>Nyheter</a>
Line 67
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Hitta hit</a>
Line 74
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<a href='/om-yesbox/kontakta-oss' class='inline-block ...' data-drupal-link-system-path='node/4920'>Kontakta oss</a>
Line 81
4.48 with color: rgb(255,255,255) background: rgb(213,57,120)
font-size: 10.50pt font-weight: 400.00
<span class='sr-only ...'>Sök</span>
Line 104

https://www.yesboxgoteborg.se/verktyg

Level AAA

4 issues on 42 pages

Important Several links on a page share the same link text, but go to different destinations. WCAG 2.1 AAA 2.4.9
Make the link text unique for each target, or add additional text using aria-label.
Link text: Boka rådgivningLine 1115
Link text: Boka rådgivningLine 1139
Link text: Boka rådgivningLine 1163

https://www.yesboxgoteborg.se/boka-radgivning

ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG 2.1 AAA F22
Displaying new windows without warning can be very confusing to non-sighted and mobile users. Some screen readers and mobile devices give very little indication a new tab or window has opened. If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text or add the warning to the link using a title attribute or aria-describedby attribute. 3.2.5
<a class='inline-block mt-8 ...' href='...t' data-once='external-links' data-link='external' target='_blank' rel='noopener' title='Extern länk, öppnas i nytt fönster'>Signa upp dig idag!...</a>
Line 1312
<a class='instagram' href='.../' rel='noopener' data-once='external-links' data-link='external' target='_blank' title='Extern länk, öppnas i nytt fönster'>...</a>
Line 1947
<a class='facebook' href='...g' rel='noopener' data-once='external-links' data-link='external' target='_blank' title='Extern länk, öppnas i nytt fönster'>...</a>
Line 1947
<a class='linkedin' href='...g' rel='noopener' data-once='external-links' data-link='external' target='_blank' title='Extern länk, öppnas i nytt fönster'>...</a>
Line 1947
<a class='inline-flex ...' href='.../' data-once='external-links' data-link='external' target='_blank' rel='noopener' title='Extern länk, öppnas i nytt fönster'>Business Region Göteborg...</a>
Line 1983

https://www.yesboxgoteborg.se/

<a class='inline-flex ...' href='http://www.almi.se/vast/' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Almi</a>
Line 1284
<a class='inline-flex ...' href='...e' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Business Region Göteborg</a>
Line 1320
<a class='inline-flex ...' href='...g' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Boka möte med Business Region Göteborg</a>
Line 1328
<a class='inline-flex ...' href='https://csrvastsverige.se/' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med CSR Västsverige</a>
Line 1364
<a class='inline-flex ...' href='.../' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Connect Väst</a>
Line 1403

https://www.yesboxgoteborg.se/boka-radgivning

<a class='inline-flex ...' href='http://www.almi.se/vast/' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Almi</a>
Line 1232
<a class='inline-flex ...' href='...e' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Business Region Göteborg</a>
Line 1268
<a class='inline-flex ...' href='...g' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Boka möte med Business Region Göteborg</a>
Line 1276
<a class='inline-flex ...' href='...n' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Coompanion</a>
Line 1313
<a class='inline-flex ...' href='.../' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Boka möte med Coompanion</a>
Line 1321

https://www.yesboxgoteborg.se/innovationsledning

<a class='inline-flex ...' href='http://www.almi.se/vast/' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Almi</a>
Line 1341
<a class='inline-flex ...' href='...e' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Business Region Göteborg</a>
Line 1377
<a class='inline-flex ...' href='...g' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Boka möte med Business Region Göteborg</a>
Line 1385
<a class='inline-flex ...' href='...n' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Coompanion</a>
Line 1422
<a class='inline-flex ...' href='.../' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Boka möte med Coompanion</a>
Line 1430

https://www.yesboxgoteborg.se/innovationsledning/tjanster-innovationsledning

<a href='https://skatteverket.se/' class='pl-4 inline-flex ...' target='_blank'>Skatteverket</a>
Line 1092
<a href='...s' class='pl-4 inline-flex ...' target='_blank'>... Moms</a>
Line 1115
<a href='https://tillvaxtverket.se/' class='pl-4 inline-flex ...' target='_blank'>Tillväxtverket</a>
Line 1138
<a href='https://bolagsverket.se/' class='pl-4 inline-flex ...' target='_blank'>Bolagsverket</a>
Line 1171
<a href='https://tillvaxtverket.se/' class='pl-4 inline-flex ...' target='_blank'>Tillväxtverket</a>
Line 1194

https://www.yesboxgoteborg.se/lankbibliotek

<a href='https://framtidshubben.se/' target='_blank'>besök ... webb.</a>
Line 1073

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/framtidshubben-en-vag-till-jobb-studier-och-foretagande

<a href='...r' style='text-decoration:none' target='_blank'>...</a>
Line 1101

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/nar-verkligheten-andras-maste-affaren-ocksa-gora-det

<a href='.../' target='_blank'>Finanskompetenscentrum</a>
Line 1084

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/polestars-johan-malmqvist-blir-arets-finansprofil

<a href='...g' target='_blank'>Så säkrar ditt företag kapital...</a>
Line 1077

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/sa-sakrar-du-kapital-till-ditt-foretag

<a href='.../' target='_blank'>Västtrafiks hemsida</a>
Line 1104
<a href='.../' target='_blank'>parkeringshuset och öppettider</a>
Line 1104
<a href='https://trafikgoteborg.se/' target='_blank'>Trafik Göteborg</a>
Line 1110

https://www.yesboxgoteborg.se/om-yesbox/kontakta-oss

<a class='inline-flex ...' href='...e' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Business Region Göteborg</a>
Line 1420
<a class='inline-flex ...' href='...g' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Boka möte med Business Region Göteborg</a>
Line 1428
<a class='inline-flex ...' href='...n' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Coompanion</a>
Line 1465
<a class='inline-flex ...' href='.../' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Boka möte med Coompanion</a>
Line 1473
<a class='inline-flex ...' href='https://goteborg.drivhuset.se/' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Drivhuset</a>
Line 1509

https://www.yesboxgoteborg.se/starta-foretag

<a href='https://supportgroup.se/' rel='nofollow' target='_blank'>...k</a>
Line 1019

https://www.yesboxgoteborg.se/support-group-network

<a class='inline-flex ...' href='http://www.almi.se/vast/' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Almi</a>
Line 1469
<a class='inline-flex ...' href='...e' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Business Region Göteborg</a>
Line 1505
<a class='inline-flex ...' href='...g' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Boka möte med Business Region Göteborg</a>
Line 1513
<a class='inline-flex ...' href='...n' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Coompanion</a>
Line 1550
<a class='inline-flex ...' href='.../' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Boka möte med Coompanion</a>
Line 1558

https://www.yesboxgoteborg.se/utveckla-foretag

<a class='inline-flex ...' href='http://www.almi.se/vast/' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Almi</a>
Line 1199
<a class='inline-flex ...' href='...e' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Business Region Göteborg</a>
Line 1235
<a class='inline-flex ...' href='...g' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Boka möte med Business Region Göteborg</a>
Line 1243
<a class='inline-flex ...' href='...n' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Coompanion</a>
Line 1280
<a class='inline-flex ...' href='.../' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Boka möte med Coompanion</a>
Line 1288

https://www.yesboxgoteborg.se/utveckla-foretag/tjanster-att-utveckla-foretag

<a class='inline-flex ...' href='...e' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Business Region Göteborg</a>
Line 1441
<a class='inline-flex ...' href='...g' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Boka möte med Business Region Göteborg</a>
Line 1449
<a class='inline-flex ...' href='...n' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Coompanion</a>
Line 1486
<a class='inline-flex ...' href='.../' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Boka möte med Coompanion</a>
Line 1494
<a class='inline-flex ...' href='https://goteborg.drivhuset.se/' target='_blank' title='Extern' l_nk_='' _ppnas='' i='' nytt='' f_nster=''>Läs mer och ta kontakt med Drivhuset</a>
Line 1530

https://www.yesboxgoteborg.se/utveckla-ide

<a href='.../' class='pl-4 inline-flex ...' target='_blank'>... Almi</a>
Line 1400
<a href='...f' class='pl-4 inline-flex ...' target='_blank'>...)</a>
Line 1423
<a href='...f' class='pl-4 inline-flex ...' target='_blank'>Lean ...)</a>
Line 1446

https://www.yesboxgoteborg.se/utveckla-ide/steg-steg

<a href='.../' class='pl-4 inline-flex ...' target='_blank'>... Almi</a>
Line 1090
<a href='...f' class='pl-4 inline-flex ...' target='_blank'>...n</a>
Line 1113
<a href='...g' class='pl-4 inline-flex ...' target='_blank'>...g</a>
Line 1159
<a href='...f' class='pl-4 inline-flex ...' target='_blank'>...t</a>
Line 1182
<a href='.../' class='pl-4 inline-flex ...' target='_blank'>...g</a>
Line 1238

https://www.yesboxgoteborg.se/verktyg

ImportantEach section of content should begin with a heading element (h1, h2, h3), but this page has no headings. WCAG 2.1 AAA 2.4.10
In HTML place headings before each section of content, making sure the main heading is h1, sub-headings are h2 and so on. For PDFs produced from Word, use the Heading 1, Heading 2 and Heading 3 styles.

https://www.yesboxgoteborg.se/sites/yesboxgoteborg/files/newsFiles/wkr0006_3.pdf

Page 1

ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG 2.1 AAA 1.4.6

Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

  • The contrast ratio should be 4.5 or more for 18 point text, or larger
  • The contrast ratio should be 4.5 or more for 14 point bold text, or larger
  • The contrast ratio should be 7.0 or more for all other text
The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<span data-teams='true'>Boka rådgivning </span>
Line 1389
3.96 with color: rgb(0,131,145) background: rgb(229,243,244)
font-size: 72.00pt font-weight: 700.00
<span class='text-facts ...'>264</span>
Line 1452
3.96 with color: rgb(0,131,145) background: rgb(229,243,244)
font-size: 72.00pt font-weight: 700.00
<span class='text-facts ...'>12 000</span>
Line 1466
3.96 with color: rgb(0,131,145) background: rgb(229,243,244)
font-size: 72.00pt font-weight: 700.00
<span class='text-facts ...'>520</span>
Line 1480

https://www.yesboxgoteborg.se/

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p>Har du några frågor eller ... frågor till oss. Maila till ...</p>
Line 1912
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 500.00
<a href='...e' target='_blank'>kontakt@yesboxgoteborg.se</a>
Line 1912

https://www.yesboxgoteborg.se/boka-radgivning

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='.../'>På Datainspektionens ... om dina personuppgifter:</a>
Line 1052
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...e'>dso@intraservice.goteborg.se</a>
Line 1057

https://www.yesboxgoteborg.se/gdpr

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p>Vi stödjer och leder kreativa ... mot nya innovativa lösningar</p>
Line 1110
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p>Vi har modeller för samarbete ... bildning och innovation.</p>
Line 1202
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p>Vi erbjuder fysiska och digitala ... från olika delar av samhället.</p>
Line 1294

https://www.yesboxgoteborg.se/innovationsledning/tjanster-innovationsledning

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 13.50pt font-weight: 700.00
<a href='/kontakta-oss/selma-atic' class='font-display text-lg'>Selma Atic</a>
Line 1253
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 400.00
<a class='inline-flex ...' href='tel:+46313676106'>...</a>
Line 1295
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 400.00
<span class='inline break-all'>selma.atic@businessregion.se</span>
Line 1305
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 400.00
<span>Ladda ned kontakt</span>
Line 1315

https://www.yesboxgoteborg.se/kalender/lar-dig-salja-utan-pitch-1

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 400.00
<a class='inline-flex ...' href='tel:+46313676106'>...</a>
Line 1077
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 400.00
<a class='inline-flex ...' href='...e'>...</a>
Line 1091
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 400.00
<a class='inline-flex ...' href='...5' download=''>...</a>
Line 1111

https://www.yesboxgoteborg.se/kontakta-oss/selma-atic

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...e'>lena.sultanovic@businessregion.se</a>
Line 1091

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/brott-mot-foretag-i-goteborg-jamnt-fordelade-geografiskt

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='/boka-radgivning' data-entity-type='node' data-entity-uuid='...' data-entity-substitution='canonical'>Rådgivningen till entreprenörerna är kostnadsfri</a>
Line 1064

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/fem-ar-av-foretagsdrommar-som-blir-verklighet

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<span>Läs mer om workshopserien Driva här.</span>
Line 1090

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/fick-hjalp-att-konkretisera-mina-foretagsstrategier

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='https://framtidshubben.se/' target='_blank'>besök ... webb.</a>
Line 1073

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/framtidshubben-en-vag-till-jobb-studier-och-foretagande

The text color to background color contrast ratio after composition is:
5.90 with color: rgb(5,99,193) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<u>Ta första steget för att Starta Smart</u>
Line 1086
5.90 with color: rgb(5,99,193) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<u>Utforska våra verktyg och stöd för att Driva Klokt</u>
Line 1088
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 13.50pt font-weight: 700.00
<a href='/kontakta-oss/selma-atic' class='font-display text-lg'>Selma Atic</a>
Line 1115
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 400.00
<a class='inline-flex ...' href='tel:+46313676106'>...</a>
Line 1157
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 400.00
<span class='inline break-all'>selma.atic@businessregion.se</span>
Line 1167

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/fran-uf-till-vaxande-pralinvarumarke

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...e'>pernilla.blom@businessregion.se</a>
Line 1082

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/goteborgsregionens-foretagsklimat-maste-starkas-ytterligare

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 13.50pt font-weight: 700.00
<a href='/kontakta-oss/selma-atic' class='font-display text-lg'>Selma Atic</a>
Line 1113
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 400.00
<a class='inline-flex ...' href='tel:+46313676106'>...</a>
Line 1155
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 400.00
<span class='inline break-all'>selma.atic@businessregion.se</span>
Line 1165
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 400.00
<span>Ladda ned kontakt</span>
Line 1175

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/helt-plotsligt-var-vi-ett-riktigt-foretag

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...e'>peter.warda@businessregion.se</a>
Line 1075

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/lagkonjunkturen-har-natt-goteborg

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='.../'>Kontakta Coompanion Göteborgsregionen</a>
Line 1063

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/miljoner-att-soka-innovativa-ideer

The text color to background color contrast ratio after composition is:
5.90 with color: rgb(5,99,193) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<u>Anmäl dig här</u>
Line 1101

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/nar-verkligheten-andras-maste-affaren-ocksa-gora-det

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...e' target='_blank'>henrik.einarsson@businessregion.se</a>
Line 1070

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/ny-direktlinje-mellan-new-york-och-landvetter-med-sas

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='.../' target='_blank'>Finanskompetenscentrum</a>
Line 1084
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...e' target='_blank'>karin.eriksson@businessregion.se</a>
Line 1087

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/polestars-johan-malmqvist-blir-arets-finansprofil

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...g'>Ta del av våra erbjudanden för att Driva klokt</a>
Line 1067
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...e'>Läs mer om hur du skriver en bra affärsplan</a>
Line 1073
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...r'>Håll dig uppdaterad med våra evenemang och workshops</a>
Line 1089
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...c'>Kom i kontakt med Selma.</a>
Line 1102
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...o'>Kom i kontakt med Dragan.</a>
Line 1108

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/rekordmanga-startar-eget-i-goteborg-radgivarnas-basta-tips

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 14.00pt font-weight: 500.00
<a href='...n'>Läs mer om Hållbarhetshjulet</a>
Line 1076
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 14.00pt font-weight: 500.00
<a href='...t'>Nästa start 11 maj - Anmäl dig här</a>
Line 1077

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/sa-blev-hallbarhetsarbetet-enklare-att-greppa-hte-produktion

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...g' target='_blank'>Så säkrar ditt företag kapital...</a>
Line 1077

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/sa-sakrar-du-kapital-till-ditt-foretag

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...g'>konjunkturläget i Göteborgsregionen</a>
Line 1058
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...g'>Kostnadsfri rådgivning</a>
Line 1072
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 600.00
<strong>Workshopserien Driva</strong>
Line 1073
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...r'>Guider och artiklar</a>
Line 1074
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...r'>Analyser och rapporter</a>
Line 1075

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/sa-starker-du-foretaget-i-tuffa-tider

The text color to background color contrast ratio after composition is:
5.74 with color: rgb(102,102,102) background: rgb(255,255,255)
font-size: 10.50pt font-weight: 400.00
<div>Andreas Göthberg, ... på Business Region Göteborg</div>
Line 1097
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...t'>hans kontor på Angereds Torg</a>
Line 1112
5.74 with color: rgb(102,102,102) background: rgb(255,255,255)
font-size: 10.50pt font-weight: 400.00
<div>Dragan Sako, företagsrådgivare Business region Göteborg</div>
Line 1151
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='https://www.yesboxgoteborg.se/'>Yesbox – Home of Entrepreneurs</a>
Line 1164
5.74 with color: rgb(102,102,102) background: rgb(255,255,255)
font-size: 10.50pt font-weight: 400.00
<div>Linda Högbacka, Verksamhetsledare Yesbox</div>
Line 1203

https://www.yesboxgoteborg.se/nyheter/alla-nyheter/sma-foretag-spelar-stor-roll

The text color to background color contrast ratio after composition is:
3.96 with color: rgb(0,131,145) background: rgb(229,243,244)
font-size: 72.00pt font-weight: 700.00
<span class='text-facts ...'>10 477</span>
Line 1085
3.96 with color: rgb(0,131,145) background: rgb(229,243,244)
font-size: 72.00pt font-weight: 700.00
<span class='text-facts ...'>30 000</span>
Line 1100
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p>Vill du bidra till en bättre ... på ett mer hållbart sätt.</p>
Line 1346
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 700.00
<a class='group inline-flex ...' href='...e' target='_self' rel=''>...e...</a>
Line 1356
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p>Yesbox geografiska läge i ... har industrihistoria skapats. </p>
Line 1470

https://www.yesboxgoteborg.se/om-yesbox

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 10.50pt font-weight: 500.00
<a href='...6'>(Öppna karta)</a>
Line 1075
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 10.50pt font-weight: 500.00
<a href='...e' target='_blank'>kontakt@yesboxgoteborg.se</a>
Line 1079
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 10.50pt font-weight: 500.00
<a href='.../' target='_blank'>Västtrafiks hemsida</a>
Line 1104
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 10.50pt font-weight: 500.00
<a href='.../' target='_blank'>parkeringshuset och öppettider</a>
Line 1104
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 10.50pt font-weight: 500.00
<a href='https://trafikgoteborg.se/' target='_blank'>Trafik Göteborg</a>
Line 1110

https://www.yesboxgoteborg.se/om-yesbox/kontakta-oss

The text color to background color contrast ratio after composition is:
5.74 with color: rgb(102,102,102) background: rgb(255,255,255)
font-size: 10.50pt font-weight: 400.00
<div>I vår studio finns det plats för ca 150 personer.</div>
Line 1105

https://www.yesboxgoteborg.se/om-yesbox/lokaler

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...e'>karin.forsberg@businessregion.se</a>
Line 1090
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...e'>karin.forsberg@businessregion.se</a>
Line 1221

https://www.yesboxgoteborg.se/om-yesbox/organisationer-pa-yesbox/ansok-om-medlemskap

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p>Det är mycket att tänka på ... av frågorna som kan dyka upp.</p>
Line 1177
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 700.00
<a class='group inline-flex ...' href='/starta-foretag/sa-funkar-det' target='_self' rel=''>Läs mer om att starta företag...</a>
Line 1187
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p>Coompanion är experter på ... eller en förening tillsammans.</p>
Line 1301
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 700.00
<a class='group inline-flex ...' href='...n' target='_self' rel=''>...n...</a>
Line 1311
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p>Vill du göra skillnad genom ditt ... arbeta på ett hållbart sätt.</p>
Line 1363

https://www.yesboxgoteborg.se/starta-foretag

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a class='pink_link' href='...l'>Läs mer om ... Tillväxtverket</a>
Line 1085
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a class='pink_link' data-entity-substitution='canonical' data-entity-type='node' data-entity-uuid='...' href='...x'>Hitta rådgivare inom hållbart entreprenörskap</a>
Line 1104
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a class='pink_link' data-entity-substitution='canonical' data-entity-type='node' data-entity-uuid='...' href='/verktyg'>Hitta mallar och verktyg</a>
Line 1105

https://www.yesboxgoteborg.se/starta-foretag/hallbart-foretagande

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='/boka-radgivning' data-entity-type='node' data-entity-uuid='...' data-entity-substitution='canonical'>Boka in en kostnadsfri rådgivning med någon av våra rådgivare på Yesbox</a>
Line 1186
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a data-entity-substitution='canonical' data-entity-type='node' data-entity-uuid='...' href='...x'>våra rådgivare på Yesbox</a>
Line 1216
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p>På Yesbox finns flera ... kan hjälpa dig med finansiering:</p>
Line 1234
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<li>Mikrofonden Väst</li>
Line 1236
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<li>Almi Väst</li>
Line 1237

https://www.yesboxgoteborg.se/starta-foretag/sa-funkar-det

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='https://translate.google.com/' tabindex='-1'>Google Translate</a>
Line 1069
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='mailto:info@businessregion.se'>Lämna dina ...e</a>
Line 1074
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='https://www.digg.se/'>Myndigheten för digital förvaltning, DIGG</a>
Line 1076
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...t'>Myndigheten för digital förvaltning</a>
Line 1076
4.51 with color: rgb(0,131,145) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 500.00
<a href='...n'>Lagen om tillgänglighet till digital offentlig service</a>
Line 1078

https://www.yesboxgoteborg.se/tillganglighetsredogorelse

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p>Hos oss får du alla möjligheter ... och hur du ska komma vidare.</p>
Line 1235
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 700.00
<a class='group inline-flex ...' href='/utveckla-ide/vi-hjalper-dig' target='_self' rel=''>Vi hjälper dig...</a>
Line 1245
3.96 with color: rgb(0,131,145) background: rgb(229,243,244)
font-size: 72.00pt font-weight: 700.00
<span class='text-facts ...'>8130</span>
Line 1327
3.96 with color: rgb(0,131,145) background: rgb(229,243,244)
font-size: 72.00pt font-weight: 700.00
<span class='text-facts ...'>907</span>
Line 1342

https://www.yesboxgoteborg.se/utveckla-foretag

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p>När ni inleder ett samarbete är ... med vad avtalet ska innehålla.</p>
Line 1119
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 700.00
<a class='group inline-flex ...' href='/verktyg' target='_self' rel=''>......</a>
Line 1129

https://www.yesboxgoteborg.se/utveckla-foretag/samverkan

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p>Hos oss får du alla möjligheter ... behöver för att komma vidare.<br> </p>
Line 1179
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 700.00
<a class='group inline-flex ...' href='...x' target='_self' rel=''>...p...</a>
Line 1190

https://www.yesboxgoteborg.se/utveckla-ide

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p>Har du en idé som du vill ... hjälper vi dig att komma vidare.</p>
Line 1118
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 700.00
<a class='group inline-flex ...' href='/boka-radgivning' target='_self' rel=''>Boka rådgivning...</a>
Line 1128
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p>Vet du inte hur du ska tjäna ... göra den tydlig och säljbar.</p>
Line 1242
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 700.00
<a class='group inline-flex ...' href='/boka-radgivning' target='_self' rel=''>Boka rådgivning...</a>
Line 1252
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p>Yesbox finns här för dig som ... för att ta nästa steg.</p>
Line 1488

https://www.yesboxgoteborg.se/utveckla-ide/steg-steg

The text color to background color contrast ratio after composition is:
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p paraeid='...' paraid='1424861179'>Skolledning och ... åk F-6 ...</p>
Line 1086
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 500.00
<a class='pink_link' href='https://www.framtidsfron.se/'>Läs ...n</a>
Line 1086
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p paraeid='...' paraid='1424861179'>... gymnasiet...</p>
Line 1089
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 500.00
<a class='pink_link' href='https://ungforetagsamhet.se/'>Läs ...t</a>
Line 1089
4.51 with color: rgb(255,255,255) background: rgb(0,131,145)
font-size: 12.00pt font-weight: 400.00
<p paraeid='...' paraid='1424861179'>Privatperson/entreprenör...</p>
Line 1092

https://www.yesboxgoteborg.se/utveckla-ide/vi-hjalper-dig

Expand all 14 issues